28 lines
1001 B
PHP
28 lines
1001 B
PHP
<?php
|
|
|
|
namespace ContainerEvwr5zZ;
|
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
|
use Symfony\Component\DependencyInjection\ContainerInterface;
|
|
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
|
|
|
|
/*
|
|
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
|
|
*/
|
|
class getSecurityControllerService extends App_KernelProdContainer
|
|
{
|
|
/*
|
|
* Gets the public 'App\Controller\SecurityController' shared autowired service.
|
|
*
|
|
* @return \App\Controller\SecurityController
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
$container->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
|
|
|
|
$instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('App\\Controller\\SecurityController', $container));
|
|
|
|
return $instance;
|
|
}
|
|
}
|