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