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) | ||||
|     { | ||||
|         if ($request->input('id')) { | ||||
|             $plan = Plan::where('id', $request->input('id')) | ||||
|                 ->first(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user