郑晓宇 пре 6 година
родитељ
комит
222d61babc
1 измењених фајлова са 1 додато и 1 уклоњено
  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){