mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Return the wings version from the CDN
This commit is contained in:
@@ -61,7 +61,7 @@ class SoftwareVersionService
|
||||
*/
|
||||
public function getDaemon()
|
||||
{
|
||||
return Arr::get(self::$result, 'daemon') ?? 'error';
|
||||
return Arr::get(self::$result, 'wings') ?? 'error';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user