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