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
f7fc6b9dfc
commit
a0454577cb
@ -12,7 +12,7 @@ class TutorialController extends Controller
|
||||
public function fetch(Request $request)
|
||||
{
|
||||
return response([
|
||||
'data' => Tutorial::get()->groupBy('category')
|
||||
'data' => Tutorial::get()
|
||||
]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user