feat: configure hot leagues in match center
This commit is contained in:
@@ -59,6 +59,7 @@ class LeagueLists extends BaseAdminDataLists implements ListsSearchInterface
|
||||
'icon' => $sport['icon'] ?? '',
|
||||
'sort' => $sport['sort'],
|
||||
'is_show' => $sport['is_show'],
|
||||
'is_hot' => 0,
|
||||
'is_group' => true,
|
||||
'children' => $children,
|
||||
];
|
||||
@@ -86,6 +87,7 @@ class LeagueLists extends BaseAdminDataLists implements ListsSearchInterface
|
||||
'icon' => '',
|
||||
'sort' => '',
|
||||
'is_show' => '',
|
||||
'is_hot' => '',
|
||||
'is_group' => true,
|
||||
'children' => $orphans,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user