<?php
namespace ContainerIdL7x1v;
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 getAppServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Service\AppService' shared autowired service.
*
* @return \App\Service\AppService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Service/AppService.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->services['App\\Service\\AppService'])) {
return $container->services['App\\Service\\AppService'];
}
$b = ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService'));
$c = ($container->services['router'] ?? $container->getRouterService());
$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);
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Service\\AppService', $container));
return $instance;
}
}