update: server submit

This commit is contained in:
Tokumeikoi 2020-11-09 20:44:03 +08:00
parent 1788250dc8
commit e6d5aadbd2

View File

@ -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);