<?php
namespace ContainerIVucnTX;
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 getApiNeosControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Api\ApiNeosController' shared autowired service.
*
* @return \App\Controller\Api\ApiNeosController
*/
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/Api/ApiNeosController.php';
$container->services['App\\Controller\\Api\\ApiNeosController'] = $instance = new \App\Controller\Api\ApiNeosController(($container->privates['App\\Utils\\NeosParams'] ?? $container->getNeosParamsService()), ($container->services['App\\Services\\UserService'] ?? $container->getUserServiceService()), ($container->services['App\\Services\\XmlGeneratorService'] ?? $container->load('getXmlGeneratorServiceService')), ($container->services['App\\Services\\CallbackService'] ?? $container->load('getCallbackServiceService')), ($container->privates['security.helper'] ?? $container->getSecurity_HelperService()), ($container->services['App\\Services\\ActionLoggerService'] ?? $container->getActionLoggerServiceService()), ($container->services['cache.app'] ?? $container->getCache_AppService()));
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\Api\\ApiNeosController', $container));
return $instance;
}
}