<?php
namespace ContainerSvvuxBz;
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 getAskControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Account\ForgotPassword\AskController' shared autowired service.
*
* @return \App\Controller\Account\ForgotPassword\AskController
*/
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/Account/ForgotPassword/AskController.php';
$container->services['App\\Controller\\Account\\ForgotPassword\\AskController'] = $instance = new \App\Controller\Account\ForgotPassword\AskController(($container->privates['security.authentication_utils'] ?? $container->load('getSecurity_AuthenticationUtilsService')), ($container->privates['App\\Repository\\Account\\UserRepository'] ?? $container->load('getUserRepositoryService')), ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Service\\Mailer\\MailerService'] ?? $container->load('getMailerServiceService')), ($container->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $container->getChannelMainDomainUtilsService()));
$instance->setContainer(($container->privates['.service_locator.maAzklq'] ?? $container->load('get_ServiceLocator_MaAzklqService'))->withContext('App\\Controller\\Account\\ForgotPassword\\AskController', $container));
return $instance;
}
}