Explorar el Código

who write the return

Tree hace 1 mes
padre
commit
cb451de0d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Jobs/GameTask.php

+ 1 - 1
app/Jobs/GameTask.php

@@ -49,7 +49,7 @@ class GameTask implements ShouldQueue
     {
         if (empty($this->data)) return;
 
-        return ;
+//        return ;
         Util::WriteLog('24680task',$this->data);
         // 接收数据
         [$cmd,$data] = $this->data;