Sfoglia il codice sorgente

【程序目录】增加队列返回值

吴昊天 3 anni fa
parent
commit
45706126f3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      crmeb/app/jobs/CheckQueueJob.php

+ 1 - 0
crmeb/app/jobs/CheckQueueJob.php

@@ -31,5 +31,6 @@ class CheckQueueJob extends BaseJobs
     {
         $path = root_path('runtime') . '.queue';
         file_put_contents($path, $key);
+        return true;
     }
 }