<?php
namespace ContainerIMyld4S;
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 getLoginAuthenticatorService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Security\LoginAuthenticator' shared autowired service.
*
* @return \App\Security\LoginAuthenticator
*/
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-guard/PasswordAuthenticatedInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginAuthenticator.php';
return $container->privates['App\\Security\\LoginAuthenticator'] = new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->privates['App\\Repository\\Tenant\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->services['doctrine'] ?? $container->getDoctrineService()), ($container->privates['App\\Repository\\Main\\TenantRepository'] ?? $container->load('getTenantRepositoryService')), ($container->privates['App\\Services\\SwitchTenantManager'] ?? $container->load('getSwitchTenantManagerService')));
}
}