mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 05:15:27 +08:00
update
This commit is contained in:
@ -19,7 +19,7 @@ class ClientController extends Controller
|
||||
$userService = new UserService();
|
||||
if ($userService->isAvailable($user)) {
|
||||
$servers = Server::where('show', 1)
|
||||
->orderBy('name')
|
||||
->orderBy('sort', 'ASC')
|
||||
->get();
|
||||
foreach ($servers as $item) {
|
||||
$groupId = json_decode($item['group_id']);
|
||||
|
Reference in New Issue
Block a user