mirror of
https://github.com/v2board/v2board.git
synced 2025-01-31 02:29:14 +08:00
update
This commit is contained in:
parent
3bba7dfecb
commit
f67d2fb201
@ -32,6 +32,7 @@ class PlanController extends Controller
|
|||||||
$plan->content = str_replace(PHP_EOL, '', $plan->content);
|
$plan->content = str_replace(PHP_EOL, '', $plan->content);
|
||||||
}
|
}
|
||||||
$plan->show = $request->input('show');
|
$plan->show = $request->input('show');
|
||||||
|
$plan->renew = $request->input('renew');
|
||||||
$plan->transfer_enable = $request->input('transfer_enable');
|
$plan->transfer_enable = $request->input('transfer_enable');
|
||||||
$plan->group_id = $request->input('group_id');
|
$plan->group_id = $request->input('group_id');
|
||||||
$plan->month_price = $request->input('month_price');
|
$plan->month_price = $request->input('month_price');
|
||||||
|
Loading…
Reference in New Issue
Block a user