Skip to content

Commit 4193c5f

Browse files
committed
Return the wings version from the CDN
1 parent b0f518e commit 4193c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/Helpers/SoftwareVersionService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getPanel()
6161
*/
6262
public function getDaemon()
6363
{
64-
return Arr::get(self::$result, 'daemon') ?? 'error';
64+
return Arr::get(self::$result, 'wings') ?? 'error';
6565
}
6666

6767
/**

0 commit comments

Comments
 (0)