mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -52,6 +52,7 @@ class TutorialController extends Controller | ||||
|         } | ||||
|         $tutorial = Tutorial::select(['id', 'category_id', 'title']) | ||||
|             ->where('show', 1) | ||||
|             ->orderBy('sort', 'ASC') | ||||
|             ->get() | ||||
|             ->groupBy('category_id'); | ||||
|         $user = User::find($request->session()->get('id')); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user