<?php
namespace ContainerHktwmap;
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 getAuthControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\AuthController' shared autowired service.
*
* @return \App\Controller\AuthController
*/
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/EntityController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/AuthController.php';
include_once \dirname(__DIR__, 4).'/src/Service/NotificationManager.php';
$container->services['App\\Controller\\AuthController'] = $instance = new \App\Controller\AuthController(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['App\\Service\\ContactManager'] ?? $container->load('getContactManagerService')), ($container->services['App\\Service\\NotificationManager'] ?? ($container->services['App\\Service\\NotificationManager'] = new \App\Service\NotificationManager())), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['App\\Service\\LanguageManager'] ?? $container->load('getLanguageManagerService')), ($container->services['App\\Service\\NotificationService'] ?? $container->load('getNotificationServiceService')));
$instance->setContainer(($container->privates['.service_locator.GNc8e5B'] ?? $container->load('get_ServiceLocator_GNc8e5BService'))->withContext('App\\Controller\\AuthController', $container));
return $instance;
}
}