<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'App\Services\CartService' shared autowired service.
include_once \dirname(__DIR__, 4).'/src/Services/CartService.php';
return $this->privates['App\\Services\\CartService'] = new \App\Services\CartService(($this->services['App\\Repository\\PaymentMethodRepository'] ?? $this->load('getPaymentMethodRepositoryService.php')), ($this->services['App\\Repository\\DeliveryMethodRepository'] ?? $this->load('getDeliveryMethodRepositoryService.php')), ($this->services['App\\Repository\\DeliveryCountryRepository'] ?? $this->load('getDeliveryCountryRepositoryService.php')), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Repository\\CartRepository'] ?? $this->load('getCartRepositoryService.php')), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['session'] ?? $this->getSessionService()), ($this->services['product.manager'] ?? $this->load('getProduct_ManagerService.php')));