<?phpnamespace ContainerN0hUIiQ;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 getProfileControllerService extends App_KernelDevDebugContainer{ /** * Gets the public 'App\Controller\Api\ProfileController' shared autowired service. * * @return \App\Controller\Api\ProfileController */ 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/Api/ProfileController.php'; $container->services['App\\Controller\\Api\\ProfileController'] = $instance = new \App\Controller\Api\ProfileController(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Services\\Dossiers'] ?? $container->getDossiersService()), ($container->services['knp_paginator'] ?? $container->load('getKnpPaginatorService')), ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService'))); $instance->setContainer(($container->privates['.service_locator.eeiSBjp'] ?? $container->load('get_ServiceLocator_EeiSBjpService'))->withContext('App\\Controller\\Api\\ProfileController', $container)); return $instance; }}