<?php
namespace ContainerBq0BLuq;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getProjetControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Projet\Projet\ProjetController' shared autowired service.
*
* @return \App\Controller\Projet\Projet\ProjetController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Projet/Projet/ProjetController.php';
include_once \dirname(__DIR__, 4).'/src/Service/Projet/Projet/TypeprojetService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Produit/Service/ContinentService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Produit/Produit/ProduitService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Projet/Tresorerie/ProjetinvestService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Servicetext/PHP_AES_Cipher.php';
$a = ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));
$b = ($container->privates['App\\Service\\Email\\Singleemail'] ?? $container->load('getSingleemailService'));
$c = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
$d = ($container->privates['App\\Service\\Servicetext\\GeneralServicetext'] ?? $container->load('getGeneralServicetextService'));
$container->services['App\\Controller\\Projet\\Projet\\ProjetController'] = $instance = new \App\Controller\Projet\Projet\ProjetController($a, new \App\Service\Projet\Projet\TypeprojetService($b, $a, $c, $d, ($container->privates['App\\Repository\\Projet\\Projet\\TypeprojetRepository'] ?? $container->load('getTypeprojetRepositoryService'))), new \App\Service\Produit\Service\ContinentService($b, $a, $c, $d, ($container->privates['App\\Repository\\Produit\\Service\\ContinentRepository'] ?? $container->load('getContinentRepositoryService'))), new \App\Service\Produit\Produit\ProduitService($b, $a, $c, $d, ($container->privates['App\\Repository\\Produit\\Produit\\ProduitRepository'] ?? $container->load('getProduitRepositoryService'))), new \App\Service\Projet\Tresorerie\ProjetinvestService($b, $a, $c, $d, ($container->privates['App\\Repository\\Projet\\Tresorerie\\ProjetinvestRepository'] ?? $container->load('getProjetinvestRepositoryService')), new \App\Service\Servicetext\PHP_AES_Cipher()));
$instance->setContainer(($container->privates['.service_locator.yLPBB2s'] ?? $container->load('get_ServiceLocator_YLPBB2sService'))->withContext('App\\Controller\\Projet\\Projet\\ProjetController', $container));
return $instance;
}
}