mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 05:37:49 +08:00
update tutorial
This commit is contained in:
@ -52,7 +52,7 @@ class TutorialController extends Controller
|
|||||||
$tutorial = Tutorial::select(['id', 'title', 'icon'])
|
$tutorial = Tutorial::select(['id', 'title', 'icon'])
|
||||||
->where('show', 1)
|
->where('show', 1)
|
||||||
->get()
|
->get()
|
||||||
->groupBy('category');
|
->groupBy('category_id');
|
||||||
$user = User::find($request->session()->get('id'));
|
$user = User::find($request->session()->get('id'));
|
||||||
$response = [
|
$response = [
|
||||||
'data' => [
|
'data' => [
|
||||||
|
Reference in New Issue
Block a user