var/cache/dev/Container9uK7mQF/getCartServiceService.php line 11

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'App\Services\CartService' shared autowired service.
  6. include_once \dirname(__DIR__4).'/src/Services/CartService.php';
  7. 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')));