<?php
namespace ContainerZ1cMqJx;
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 getUserLoginServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Security\UserLoginService' shared autowired service.
*
* @return \App\Security\UserLoginService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Security/UserLoginService.php';
$a = ($container->privates['App\\Service\\EMSRestService'] ?? $container->getEMSRestServiceService());
if (isset($container->privates['App\\Security\\UserLoginService'])) {
return $container->privates['App\\Security\\UserLoginService'];
}
return $container->privates['App\\Security\\UserLoginService'] = new \App\Security\UserLoginService($a, ($container->privates['App\\Service\\ProfileLoader'] ?? $container->getProfileLoaderService()));
}
}