<?php
namespace ContainerZpxN2Xm;
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 getContactTypeService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Form\ContactType' shared autowired service.
*
* @return \App\Form\ContactType
*/
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/ContactType.php';
return $container->privates['App\\Form\\ContactType'] = new \App\Form\ContactType(($container->services['translator'] ?? $container->getTranslatorService()));
}
}