mirror of
https://github.com/v2board/v2board.git
synced 2025-06-26 20:29:59 +08:00
update
This commit is contained in:
@ -21,7 +21,7 @@ class PlanController extends Controller
|
||||
if ($request->input('id')) {
|
||||
$plan = Plan::find($request->input('id'));
|
||||
if (!$plan) {
|
||||
abort(500, '套餐ID不存在');
|
||||
abort(500, '套餐不存在');
|
||||
}
|
||||
} else {
|
||||
$plan = new Plan();
|
||||
|
Reference in New Issue
Block a user