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