Return the wings version from the CDN

This commit is contained in:
Dane Everitt 2020-04-12 18:14:59 -07:00
parent b0f518ee40
commit 4193c5f664
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -61,7 +61,7 @@ class SoftwareVersionService
*/
public function getDaemon()
{
return Arr::get(self::$result, 'daemon') ?? 'error';
return Arr::get(self::$result, 'wings') ?? 'error';
}
/**