var/cache/dev/ContainerHktwmap/getAuthControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerHktwmap;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getAuthControllerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Controller\AuthController' shared autowired service.
  12.      *
  13.      * @return \App\Controller\AuthController
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18.         include_once \dirname(__DIR__4).'/src/Controller/EntityController.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  20.         include_once \dirname(__DIR__4).'/src/Controller/AuthController.php';
  21.         include_once \dirname(__DIR__4).'/src/Service/NotificationManager.php';
  22.         $container->services['App\\Controller\\AuthController'] = $instance = new \App\Controller\AuthController(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['App\\Service\\ContactManager'] ?? $container->load('getContactManagerService')), ($container->services['App\\Service\\NotificationManager'] ?? ($container->services['App\\Service\\NotificationManager'] = new \App\Service\NotificationManager())), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['App\\Service\\LanguageManager'] ?? $container->load('getLanguageManagerService')), ($container->services['App\\Service\\NotificationService'] ?? $container->load('getNotificationServiceService')));
  23.         $instance->setContainer(($container->privates['.service_locator.GNc8e5B'] ?? $container->load('get_ServiceLocator_GNc8e5BService'))->withContext('App\\Controller\\AuthController'$container));
  24.         return $instance;
  25.     }
  26. }