<?php
namespace ContainerWHklRYO;
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 getSecurity_Authentication_FormEntryPoint_MainService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'security.authentication.form_entry_point.main' shared service.
*
* @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
$a = ($container->services['http_kernel'] ?? $container->getHttpKernelService());
if (isset($container->privates['security.authentication.form_entry_point.main'])) {
return $container->privates['security.authentication.form_entry_point.main'];
}
return $container->privates['security.authentication.form_entry_point.main'] = new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a, ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), 'login', false);
}
}