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) {