<?php
namespace ContainerDKbsrer;
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 getPasswordResetControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\PasswordResetController' shared autowired service.
*
* @return \App\Controller\PasswordResetController
*/
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/PasswordResetController.php';
$container->services['App\\Controller\\PasswordResetController'] = $instance = new \App\Controller\PasswordResetController(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService')), ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService')));
$instance->setContainer(($container->privates['.service_locator.GNc8e5B'] ?? $container->load('get_ServiceLocator_GNc8e5BService'))->withContext('App\\Controller\\PasswordResetController', $container));
return $instance;
}
}