mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	format
This commit is contained in:
		| @@ -8,7 +8,8 @@ use App\Models\Plan; | ||||
|  | ||||
| class PlanController extends Controller | ||||
| { | ||||
|     public function fetch (Request $request) { | ||||
|     public function fetch(Request $request) | ||||
|     { | ||||
|         $plan = Plan::where('show', 1)->get(); | ||||
|         return response([ | ||||
|             'data' => $plan | ||||
|   | ||||
		Reference in New Issue
	
	Block a user