mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-02 16:29:49 -05:00
PHP Style Change (Laravel Pint CI)
This commit is contained in:
@@ -29,7 +29,7 @@ class VersionController extends Controller
|
||||
$latestVersion = Http::get('//api.github.com/repos/HDInnovations/UNIT3D/releases')[0]['tag_name'];
|
||||
|
||||
return response([
|
||||
'updated' => ! version_compare(config('unit3d.version'), $latestVersion, '<'),
|
||||
'updated' => !version_compare(config('unit3d.version'), $latestVersion, '<'),
|
||||
'latestversion' => $latestVersion,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user