onlinetest hace 4 años
padre
commit
ed098fcebc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {