onlinetest 4 年之前
父节点
当前提交
ed098fcebc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Jobs/Push/NewUserPushMsgDelay.php

+ 1 - 1
app/Jobs/Push/NewUserPushMsgDelay.php

@@ -31,7 +31,7 @@ class NewUserPushMsgDelay implements ShouldQueue
         $this->uid = $uid;
     }
 
-    private function findUserTasks(): Collection
+    private function findUserTasks(): array
     {
         $user = User::find($this->uid);
         if ($user) {