Return the wings version from the CDN
This commit is contained in:
parent
b0f518ee40
commit
4193c5f664
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class SoftwareVersionService
|
||||||
*/
|
*/
|
||||||
public function getDaemon()
|
public function getDaemon()
|
||||||
{
|
{
|
||||||
return Arr::get(self::$result, 'daemon') ?? 'error';
|
return Arr::get(self::$result, 'wings') ?? 'error';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue