privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($container->services['lexik_jwt_authentication.key_loader'] ?? $container->load('getLexikJwtAuthentication_KeyLoaderService')), 'RS256'); $instance->setName('lexik:jwt:check-config'); $instance->setDescription('Checks that the bundle is properly configured.'); return $instance; } }