mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update tutorial
This commit is contained in:
parent
d969220654
commit
a2ea88beb5
@ -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' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user