privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL); $instance->setName('lexik:jwt:enable-encryption'); $instance->setDescription('Enable Web-Token encryption support.'); return $instance; } }