28 lines
1.3 KiB
PHP
28 lines
1.3 KiB
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 getSetupControllerService extends App_KernelProdContainer
|
|
{
|
|
/*
|
|
* Gets the public 'App\Controller\SetupController' shared autowired service.
|
|
*
|
|
* @return \App\Controller\SetupController
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
$container->services['App\\Controller\\SetupController'] = $instance = new \App\Controller\SetupController(($container->services['kernel'] ?? $container->get('kernel', 1)), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->services['translator'] ?? self::getTranslatorService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));
|
|
|
|
$instance->setContainer(($container->privates['.service_locator.O2p6Lk7'] ?? $container->load('get_ServiceLocator_O2p6Lk7Service'))->withContext('App\\Controller\\SetupController', $container));
|
|
|
|
return $instance;
|
|
}
|
|
}
|