<?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_GetTokenService extends App_KernelProdContainer
{
    /*
     * Gets the public 'coop_tilleuls_forgot_password.controller.get_token' shared service.
     *
     * @return \CoopTilleuls\ForgotPasswordBundle\Controller\GetToken
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['coop_tilleuls_forgot_password.controller.get_token'] = new \CoopTilleuls\ForgotPasswordBundle\Controller\GetToken(new \CoopTilleuls\ForgotPasswordBundle\Normalizer\SymfonyNormalizer(($container->privates['serializer'] ?? self::getSerializerService($container))));
    }
}
