From e6d5aadbd2323bdc4e2f2a8284c2fe5e693c5fd4 Mon Sep 17 00:00:00 2001 From: Tokumeikoi Date: Mon, 9 Nov 2020 20:44:03 +0800 Subject: [PATCH] update: server submit --- app/Services/UserService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/UserService.php b/app/Services/UserService.php index 73ea3c9c..39269939 100644 --- a/app/Services/UserService.php +++ b/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);