mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +08:00
update tutorial
This commit is contained in:
parent
a2ea88beb5
commit
8b804913f5
@ -49,7 +49,7 @@ class TutorialController extends Controller
|
||||
'data' => $tutorial
|
||||
]);
|
||||
}
|
||||
$tutorial = Tutorial::select(['id', 'title', 'icon'])
|
||||
$tutorial = Tutorial::select(['id', 'category_id', 'title', 'icon'])
|
||||
->where('show', 1)
|
||||
->get()
|
||||
->groupBy('category_id');
|
||||
|
Loading…
Reference in New Issue
Block a user