<?php
namespace ContainerPT17zIT;
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 getCartControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Front\CartController' shared autowired service.
*
* @return \App\Controller\Front\CartController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/CartController.php';
$container->services['App\\Controller\\Front\\CartController'] = $instance = new \App\Controller\Front\CartController(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\TvaRepository'] ?? $container->load('getTvaRepositoryService')), ($container->privates['App\\Repository\\ProduitRepository'] ?? $container->load('getProduitRepositoryService')), ($container->privates['App\\Repository\\ProduitDeclinationValueRepository'] ?? $container->load('getProduitDeclinationValueRepositoryService')), ($container->privates['App\\Repository\\DeliveryRepository'] ?? $container->load('getDeliveryRepositoryService')), ($container->privates['App\\Repository\\DocumentRepository'] ?? $container->load('getDocumentRepositoryService')), ($container->privates['App\\Repository\\SourceRepository'] ?? $container->load('getSourceRepositoryService')), ($container->privates['App\\Service\\ActivityService'] ?? $container->load('getActivityServiceService')), ($container->privates['App\\Repository\\DeclinationRepository'] ?? $container->load('getDeclinationRepositoryService')), ($container->privates['App\\Repository\\PromotionRepository'] ?? $container->load('getPromotionRepositoryService')));
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\Front\\CartController', $container));
return $instance;
}
}