onlinetest 4 lat temu
rodzic
commit
ed098fcebc
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
         $this->uid = $uid;
     }
     }
 
 
-    private function findUserTasks(): Collection
+    private function findUserTasks(): array
     {
     {
         $user = User::find($this->uid);
         $user = User::find($this->uid);
         if ($user) {
         if ($user) {