var/cache/dev/ContainerCoWZuwH/getApp_Manager_PanierService.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 public 'app.manager.panier' shared service.
  6. include_once \dirname(__DIR__4).'/src/Manager/Boutique/PanierManager.php';
  7. return $this->services['app.manager.panier'] = new \App\Manager\Boutique\PanierManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['app.manager.promotion'] ?? $this->load('getApp_Manager_PromotionService.php')), ($this->services['session'] ?? $this->load('getSessionService.php')), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['app.manager.produit'] ?? $this->load('getApp_Manager_ProduitService.php')), ($this->services['App\\Manager\\Boutique\\ProduitStockBalanceManager'] ?? $this->load('getProduitStockBalanceManagerService.php')));