onlinetest 4 vuotta sitten
vanhempi
commit
ed098fcebc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {