郑晓宇 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){