mirror of
https://github.com/v2board/v2board.git
synced 2024-11-13 02:59:10 +08:00
update: fix typo
This commit is contained in:
parent
ef96fca97b
commit
604cb807f1
@ -50,7 +50,7 @@ class StatServerJob implements ShouldQueue
|
|||||||
|
|
||||||
$data = StatServer::lockForUpdate()
|
$data = StatServer::lockForUpdate()
|
||||||
->where('record_at', $recordAt)
|
->where('record_at', $recordAt)
|
||||||
->where('server_id', $this->server->id)
|
->where('server_id', $this->server['id'])
|
||||||
->where('server_type', $this->protocol)
|
->where('server_type', $this->protocol)
|
||||||
->first();
|
->first();
|
||||||
if ($data) {
|
if ($data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user