<?php
namespace ContainerKlWW3Fw;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getCouponServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\ECommerceBundle\Service\CouponService' shared autowired service.
*
* @return \App\ECommerceBundle\Service\CouponService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/ECommerceBundle/Service/CouponService.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\ECommerceBundle\\Service\\CouponService'])) {
return $container->privates['App\\ECommerceBundle\\Service\\CouponService'];
}
return $container->privates['App\\ECommerceBundle\\Service\\CouponService'] = new \App\ECommerceBundle\Service\CouponService($a, ($container->services['translator'] ?? $container->getTranslatorService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->privates['App\\ECommerceBundle\\Repository\\CouponRepository'] ?? $container->load('getCouponRepositoryService')), ($container->privates['App\\ECommerceBundle\\Repository\\OrderHasCouponRepository'] ?? $container->load('getOrderHasCouponRepositoryService')));
}
}