<?php
namespace ContainerLryOma0;
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 getLoginFailureListenerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\EventListener\LoginFailureListener' shared autowired service.
*
* @return \App\EventListener\LoginFailureListener
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/EventListener/LoginFailureListener.php';
$a = ($container->privates['App\\Services\\Security\\IpTools'] ?? $container->load('getIpToolsService'));
if (isset($container->privates['App\\EventListener\\LoginFailureListener'])) {
return $container->privates['App\\EventListener\\LoginFailureListener'];
}
return $container->privates['App\\EventListener\\LoginFailureListener'] = new \App\EventListener\LoginFailureListener($a);
}
}