var/cache/dev/ContainerQIYR50P/getAuthenticationService.php line 24

Open in your IDE?
  1. <?php
  2. namespace ContainerQIYR50P;
  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 getAuthenticationService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication' shared autowired service.
  12. *
  13. * @return \Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18. include_once \dirname(__DIR__, 4).'/vendor/uvdesk/core-framework/Controller/Authentication.php';
  19. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  20. $container->services['Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication'] = $instance = new \Webkul\UVDesk\CoreFrameworkBundle\Controller\Authentication(($container->services['user.service'] ?? $container->getUser_ServiceService()), new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->services['translator'] ?? $container->getTranslatorService()), ($container->services['recaptcha.service'] ?? $container->getRecaptcha_ServiceService()), ($container->services['kernel'] ?? $container->get('kernel', 1)));
  21. $instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('Webkul\\UVDesk\\CoreFrameworkBundle\\Controller\\Authentication', $container));
  22. return $instance;
  23. }
  24. }