var/cache/dev/ContainerIdL7x1v/getAppServiceService.php line 28

Open in your IDE?
  1. <?php
  2. namespace ContainerIdL7x1v;
  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 getAppServiceService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the public 'App\Service\AppService' shared autowired service.
  12. *
  13. * @return \App\Service\AppService
  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).'/src/Service/AppService.php';
  19. $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  20. if (isset($container->services['App\\Service\\AppService'])) {
  21. return $container->services['App\\Service\\AppService'];
  22. }
  23. $b = ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService'));
  24. $c = ($container->services['router'] ?? $container->getRouterService());
  25. $container->services['App\\Service\\AppService'] = $instance = new \App\Service\AppService($b, ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')), $c, ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, $b, $c);
  26. $instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Service\\AppService', $container));
  27. return $instance;
  28. }
  29. }