onlinetest před 4 roky
rodič
revize
ed098fcebc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {