<?php
namespace ContainerKlWW3Fw;
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 getRegistrationTypeService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\UserBundle\Form\RegistrationType' shared autowired service.
*
* @return \App\UserBundle\Form\RegistrationType
*/
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/UserBundle/Form/RegistrationType.php';
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php';
return $container->privates['App\\UserBundle\\Form\\RegistrationType'] = new \App\UserBundle\Form\RegistrationType(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \ReCaptcha\ReCaptcha($container->getEnv('GOOGLE_RECAPTCHA_SECRET'), new \ReCaptcha\RequestMethod\CurlPost()), $container->load('getSession_FlashBagService'));
}
}