Explorar o código

update: server submit

Tokumeikoi %!s(int64=4) %!d(string=hai) anos
pai
achega
e6d5aadbd2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/UserService.php

+ 1 - 1
app/Services/UserService.php

@@ -77,7 +77,7 @@ class UserService
         return true;
     }
 
-    public function trafficFetch(int $u, int $d, int $userId, Server $server, string $protocol):bool
+    public function trafficFetch(int $u, int $d, int $userId, object $server, string $protocol):bool
     {
         $user = User::lockForUpdate()
             ->find($userId);