<?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 getEntraControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\EntraController' shared autowired service.
*
* @return \App\Controller\EntraController
*/
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/EntraController.php';
$container->services['App\\Controller\\EntraController'] = $instance = new \App\Controller\EntraController(($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->privates['.debug.http_client'] ?? $container->get_Debug_HttpClientService()), ($container->services['App\\Services\\AuthService'] ?? $container->load('getAuthServiceService')));
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\EntraController', $container));
return $instance;
}
}