소스 검색

update: server submit

Tokumeikoi 4 년 전
부모
커밋
e6d5aadbd2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);