郑晓宇 преди 6 години
родител
ревизия
2e81eebc4b
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      app/Console/Commands/gamematch.php

+ 2 - 0
app/Console/Commands/gamematch.php

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