PHP Style Change (Laravel Pint CI)

This commit is contained in:
HDVinnie
2023-11-07 23:54:38 +00:00
committed by HDVinne
parent e8f80c78be
commit 3f03214e39
93 changed files with 293 additions and 293 deletions
@@ -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,
]);
}