mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +08:00
update: fix speed limit no outpus
This commit is contained in:
parent
2f50a0e90f
commit
286ba79a67
@ -119,7 +119,8 @@ class ServerService
|
|||||||
->where('banned', 0)
|
->where('banned', 0)
|
||||||
->select([
|
->select([
|
||||||
'id',
|
'id',
|
||||||
'uuid'
|
'uuid',
|
||||||
|
'speed_limit'
|
||||||
])
|
])
|
||||||
->get();
|
->get();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user