@@ -46,7 +46,7 @@ |
||
46 | 46 | $time=Carbon::now(); |
47 | 47 | $this->line("<fg=yellow>[$time] Processing: </>Update JudgeServer Status"); |
48 | 48 | |
49 | - $platformIDs = JudgeServer::column('oid'); |
|
49 | + $platformIDs=JudgeServer::column('oid'); |
|
50 | 50 | $babel=new Babel(); |
51 | 51 | foreach ($platformIDs as $platform) { |
52 | 52 | try { |