This commit is contained in:
Tokumeikoi
2020-04-26 12:50:03 +08:00
parent ecca13911c
commit 16bdafc952
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ class PlanSave extends FormRequest
'half_year_price' => 'nullable|integer',
'year_price' => 'nullable|integer',
'onetime_price' => 'nullable|integer',
'reset_price' => 'nullable|reset_price'
'reset_price' => 'nullable|integer'
];
/**
* Get the validation rules that apply to the request.