<?php
namespace ContainerAlux4pL;
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 getJWTTokenHandlerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Handler\JWTTokenHandler' shared autowired service.
*
* @return \App\Handler\JWTTokenHandler
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Handler/JWTTokenHandler.php';
$a = ($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService'));
if (isset($container->privates['App\\Handler\\JWTTokenHandler'])) {
return $container->privates['App\\Handler\\JWTTokenHandler'];
}
$b = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\Handler\\JWTTokenHandler'])) {
return $container->privates['App\\Handler\\JWTTokenHandler'];
}
return $container->privates['App\\Handler\\JWTTokenHandler'] = new \App\Handler\JWTTokenHandler($a, ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')), $b);
}
}