郑晓宇 6 år sedan
förälder
incheckning
222d61babc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      app/Console/Commands/gamematch.php

+ 1 - 1
app/Console/Commands/gamematch.php

@@ -52,7 +52,7 @@ class gamematch extends Command
                 continue;
             }
             $info = [];
-            $questions = []
+            $questions = [];
             $data = json_decode($data, 1);
             $room = Redis::get($data['level']);
             if($room){