var/cache/dev/ContainerHZM5ddx/getAdminAuthenticatorService.php line 34
<?phpnamespace ContainerHZM5ddx;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 getAdminAuthenticatorService extends App_KernelDevDebugContainer{/*** Gets the private 'App\Security\AdminAuthenticator' shared autowired service.** @return \App\Security\AdminAuthenticator*/public static function do($container, $lazyLoad = true){include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';include_once \dirname(__DIR__, 4).'/src/Security/AdminAuthenticator.php';$a = ($container->privates['twig'] ?? $container->getTwigService());if (isset($container->privates['App\\Security\\AdminAuthenticator'])) {return $container->privates['App\\Security\\AdminAuthenticator'];}return $container->privates['App\\Security\\AdminAuthenticator'] = new \App\Security\AdminAuthenticator(($container->services['router'] ?? $container->getRouterService()), $a);}}