mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update: server submit
This commit is contained in:
parent
1788250dc8
commit
e6d5aadbd2
@ -77,7 +77,7 @@ class UserService
|
|||||||
return true;
|
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()
|
$user = User::lockForUpdate()
|
||||||
->find($userId);
|
->find($userId);
|
||||||
|
Loading…
Reference in New Issue
Block a user