mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Return the wings version from the CDN
This commit is contained in:
parent
b0f518ee40
commit
4193c5f664
@ -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…
x
Reference in New Issue
Block a user