mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update
This commit is contained in:
parent
2d58744de4
commit
2ecdc27921
@ -17,10 +17,10 @@ class PlanSave extends FormRequest
|
||||
'name' => 'required',
|
||||
'group_id' => 'required',
|
||||
'transfer_enable' => 'required',
|
||||
'month_price' => 'numeric',
|
||||
'quarter_price' => 'numeric',
|
||||
'half_year_price' => 'numeric',
|
||||
'year_price' => 'numeric'
|
||||
'month_price' => 'nullable|numeric',
|
||||
'quarter_price' => 'nullable|numeric',
|
||||
'half_year_price' => 'nullable|numeric',
|
||||
'year_price' => 'nullable|numeric'
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user