<?phpuse 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 public 'app.manager.panier' shared service.include_once \dirname(__DIR__, 4).'/src/Manager/Boutique/PanierManager.php';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')));