<?php
namespace ContainerPz6f7aq;
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 getLoginFormAuthenticatorService extends App_KernelTestDebugContainer
{
/**
* Gets the public 'Platform\SecurityBundle\Service\Authenticator\LoginFormAuthenticator' shared autowired service.
*
* @return \Platform\SecurityBundle\Service\Authenticator\LoginFormAuthenticator
*/
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/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/Platform/SecurityBundle/Service/Authenticator/LoginFormAuthenticator.php';
return $container->services['Platform\\SecurityBundle\\Service\\Authenticator\\LoginFormAuthenticator'] = new \Platform\SecurityBundle\Service\Authenticator\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')));
}
}