<?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\Boutique\ProduitStockBalanceManager' shared autowired service.include_once \dirname(__DIR__, 4).'/src/Manager/Boutique/ProduitStockBalanceManager.php';return $this->services['App\\Manager\\Boutique\\ProduitStockBalanceManager'] = new \App\Manager\Boutique\ProduitStockBalanceManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Utils\\Emails\\CommandeEmail'] ?? $this->load('getCommandeEmailService.php')));