<?php
namespace ContainerQZSlD5i;
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 getAdminUserSurveyControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\AdminUserSurveyController' shared autowired service.
*
* @return \App\Controller\AdminUserSurveyController
*/
public static function do($container, $lazyLoad = true)
{
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->services['App\\Controller\\AdminUserSurveyController'])) {
return $container->services['App\\Controller\\AdminUserSurveyController'];
}
$container->services['App\\Controller\\AdminUserSurveyController'] = $instance = new \App\Controller\AdminUserSurveyController($a, ($container->privates['App\\Service\\UserSurveyService'] ?? $container->load('getUserSurveyServiceService')));
$instance->setContainer(($container->privates['.service_locator.0Z7Oeq3'] ?? $container->load('get_ServiceLocator_0Z7Oeq3Service'))->withContext('App\\Controller\\AdminUserSurveyController', $container));
return $instance;
}
}