<?php
namespace Container9U1ROSK;
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 getVigilCopAuthenticatorService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Security\VigilCopAuthenticator' shared autowired service.
*
* @return \App\Security\VigilCopAuthenticator
*/
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/VigilCopAuthenticator.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\Security\\VigilCopAuthenticator'])) {
return $container->privates['App\\Security\\VigilCopAuthenticator'];
}
return $container->privates['App\\Security\\VigilCopAuthenticator'] = new \App\Security\VigilCopAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->privates['App\\Repository\\Users\\UserRepository'] ?? $container->load('getUserRepositoryService')), $a);
}
}