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