var/cache/dev/ContainerP8bu8Sl/getAppGuardService.php line 27

Open in your IDE?
  1. <?php
  2. namespace ContainerP8bu8Sl;
  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 getAppGuardService extends BackendApi_Application_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'BackendApi\Application\Security\AppGuard' shared autowired service.
  12.      *
  13.      * @return \BackendApi\Application\Security\AppGuard
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  21.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  22.         include_once \dirname(__DIR__4).'/src/Application/Security/AppGuard.php';
  23.         return $container->privates['BackendApi\\Application\\Security\\AppGuard'] = new \BackendApi\Application\Security\AppGuard(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->get_Container_Private_Security_Csrf_TokenManagerService()), ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService')), ($container->privates['BackendApi\\Infrastructure\\DoctrineAccounts'] ?? $container->load('getDoctrineAccountsService')));
  24.     }
  25. }