mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -29,9 +29,6 @@ class PlanController extends Controller | ||||
|         } | ||||
|         $plan->name = $request->input('name'); | ||||
|         $plan->content = $request->input('content'); | ||||
|         if ($plan->content) { | ||||
|             $plan->content = str_replace(PHP_EOL, '', $plan->content); | ||||
|         } | ||||
|         $plan->transfer_enable = $request->input('transfer_enable'); | ||||
|         $plan->group_id = $request->input('group_id'); | ||||
|         $plan->month_price = $request->input('month_price'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user