Skip to content

Commit

Permalink
Urgent FIX!
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapollastri authored Apr 28, 2021
1 parent 4c5733b commit 986c37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/CipiUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function handle()

//2021-04-28 - Fix Client Server Versions
$servers = Server::where('build', '<>', '202104281')->get();
foreach($servers as $server) {

foreach ($servers as $server) {
$server->build = '202104281';
$server->save();
Expand Down

0 comments on commit 986c37f

Please sign in to comment.