<?php
namespace ContainerDfDUQKE;
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 getFrontControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\FrontController' shared autowired service.
*
* @return \App\Controller\FrontController
*/
public static function do($container, $lazyLoad = true)
{
$container->services['App\\Controller\\FrontController'] = $instance = new \App\Controller\FrontController(($container->privates['App\\Handler\\RegisterHandler'] ?? $container->load('getRegisterHandlerService')), new \App\Handler\ContactHandler(($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService()), ($container->privates['App\\Service\\EmailService'] ?? $container->load('getEmailServiceService')), ($container->services['.container.private.form.factory'] ?? $container->get_Container_Private_Form_FactoryService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \App\Models\Contact()));
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\FrontController', $container));
return $instance;
}
}