Browse Source

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

吴昊天 3 years atrás
parent
commit
45706126f3
1 changed files with 1 additions and 0 deletions
  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';
         $path = root_path('runtime') . '.queue';
         file_put_contents($path, $key);
         file_put_contents($path, $key);
+        return true;
     }
     }
 }
 }