<?php
namespace ContainerJr6RhIk;
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 getLoginManagerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\user\LoginManager' shared autowired service.
*
* @return \App\Services\user\LoginManager
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/user/LoginManager.php';
include_once \dirname(__DIR__, 4).'/src/Services/param/DateManagerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/param/DateManager.php';
return $container->privates['App\\Services\\user\\LoginManager'] = new \App\Services\user\LoginManager(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')), ($container->privates['App\\Services\\param\\ParametreManager'] ?? $container->getParametreManagerService()), new \App\Services\param\DateManager());
}
}