Enbled specifying latest self host version
This commit is contained in:
parent
c6b0b792b2
commit
4a6673b25e
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ class Utils
|
|||
$response = new stdClass();
|
||||
$response->message = isset($_ENV["{$userType}_MESSAGE"]) ? $_ENV["{$userType}_MESSAGE"] : '';
|
||||
$response->id = isset($_ENV["{$userType}_ID"]) ? $_ENV["{$userType}_ID"] : '';
|
||||
$response->version = NINJA_VERSION;
|
||||
$response->version = env('NINJA_SELF_HOST_VERSION', NINJA_VERSION);
|
||||
|
||||
return $response;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue