<?php
namespace ContainerOzfoWmy;
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 getAuthentificationFormTypeService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Form\AuthentificationFormType' shared autowired service.
*
* @return \App\Form\AuthentificationFormType
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AuthentificationFormType.php';
return $container->privates['App\\Form\\AuthentificationFormType'] = new \App\Form\AuthentificationFormType(($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')));
}
}