mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -32,8 +32,6 @@ class PlanController extends Controller | ||||
|         if ($plan->content) { | ||||
|             $plan->content = str_replace(PHP_EOL, '', $plan->content); | ||||
|         } | ||||
|         $plan->show = $request->input('show'); | ||||
|         $plan->renew = $request->input('renew'); | ||||
|         $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