var/cache/dev/ContainerSxUfzEk/getAuthorizeControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerSxUfzEk;
  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 getAuthorizeControllerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Controller\OAuth2\AuthorizeController' shared autowired service.
  12.      *
  13.      * @return \App\Controller\OAuth2\AuthorizeController
  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/OAuth2/AuthorizeController.php';
  19.         $container->services['App\\Controller\\OAuth2\\AuthorizeController'] = $instance = new \App\Controller\OAuth2\AuthorizeController(($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService')), ($container->privates['security.user.provider.concrete.app_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppUserProviderService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['security.helper'] ?? $container->getSecurity_HelperService()), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
  20.         $instance->setContainer(($container->privates['.service_locator.eeiSBjp'] ?? $container->load('get_ServiceLocator_EeiSBjpService'))->withContext('App\\Controller\\OAuth2\\AuthorizeController'$container));
  21.         return $instance;
  22.     }
  23. }