<?php
namespace ContainerVLlVwxj;
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 getSecurityControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\SecurityController' shared autowired service.
*
* @return \App\Controller\SecurityController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
$container->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController(($container->privates['Symfony\\Component\\Ldap\\Ldap'] ?? $container->load('getLdapService')), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->get_Container_Private_Security_Csrf_TokenManagerService()), ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService')), ($container->privates['App\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')));
$instance->setContainer(($container->privates['.service_locator.nJ1QAwY'] ?? $container->load('get_ServiceLocator_NJ1QAwYService'))->withContext('App\\Controller\\SecurityController', $container));
return $instance;
}
}