<?php

namespace ContainerRYWeSXx;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getCoopTilleulsForgotPassword_Controller_ForgotPasswordService extends App_KernelProdContainer
{
    /*
     * Gets the public 'coop_tilleuls_forgot_password.controller.forgot_password' shared service.
     *
     * @return \CoopTilleuls\ForgotPasswordBundle\Controller\ForgotPasswordController
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['coop_tilleuls_forgot_password.controller.forgot_password'] = new \CoopTilleuls\ForgotPasswordBundle\Controller\ForgotPasswordController(($container->services['coop_tilleuls_forgot_password.controller.get_token'] ?? $container->load('getCoopTilleulsForgotPassword_Controller_GetTokenService')), ($container->services['coop_tilleuls_forgot_password.controller.update_password'] ?? $container->load('getCoopTilleulsForgotPassword_Controller_UpdatePasswordService')), ($container->services['coop_tilleuls_forgot_password.controller.reset_password'] ?? $container->load('getCoopTilleulsForgotPassword_Controller_ResetPasswordService')));
    }
}
