var/cache/dev/ContainerKlWW3Fw/getRegistrationTypeService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerKlWW3Fw;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7. */
  8. class getRegistrationTypeService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'App\UserBundle\Form\RegistrationType' shared autowired service.
  12. *
  13. * @return \App\UserBundle\Form\RegistrationType
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  18. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  19. include_once \dirname(__DIR__, 4).'/src/UserBundle/Form/RegistrationType.php';
  20. include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
  21. include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
  22. include_once \dirname(__DIR__, 4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php';
  23. 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'));
  24. }
  25. }