<?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_ResetPasswordService extends App_KernelProdContainer
{
    /*
     * Gets the public 'coop_tilleuls_forgot_password.controller.reset_password' shared service.
     *
     * @return \CoopTilleuls\ForgotPasswordBundle\Controller\ResetPassword
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['coop_tilleuls_forgot_password.controller.reset_password'] = new \CoopTilleuls\ForgotPasswordBundle\Controller\ResetPassword(($container->services['coop_tilleuls_forgot_password.manager.forgot_password'] ?? $container->load('getCoopTilleulsForgotPassword_Manager_ForgotPasswordService')));
    }
}
