This commit is contained in:
root 2019-10-27 20:31:38 +08:00
parent 3bba7dfecb
commit f67d2fb201

View File

@ -32,6 +32,7 @@ class PlanController extends Controller
$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');