mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update tutorial
This commit is contained in:
		| @@ -12,7 +12,7 @@ class TutorialController extends Controller | |||||||
|     public function fetch(Request $request) |     public function fetch(Request $request) | ||||||
|     { |     { | ||||||
|         return response([ |         return response([ | ||||||
|             'data' => Tutorial::get()->groupBy('category') |             'data' => Tutorial::get() | ||||||
|         ]); |         ]); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user