var/cache/dev/ContainerTT1cmcx/getCaptchaControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerTT1cmcx;
  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 getCaptchaControllerService extends Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the public 'Contao\CoreBundle\Controller\CaptchaController' shared service.
  12. *
  13. * @return \Contao\CoreBundle\Controller\CaptchaController
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/vendor/contao/core-bundle/src/Controller/CaptchaController.php';
  18. $container->services['Contao\\CoreBundle\\Controller\\CaptchaController'] = $instance = new \Contao\CoreBundle\Controller\CaptchaController(($container->services['contao.framework'] ?? $container->getContao_FrameworkService()), \dirname(__DIR__, 4), ($container->services['contao.cache.entity_tags'] ?? $container->load('getContao_Cache_EntityTagsService')));
  19. $instance->setContainer(($container->privates['.service_locator.LvLjDEU'] ?? $container->get_ServiceLocator_LvLjDEUService())->withContext('Contao\\CoreBundle\\Controller\\CaptchaController', $container));
  20. return $instance;
  21. }
  22. }