m
This commit is contained in:
@@ -27,6 +27,7 @@ class SendThankCardRequest extends FormRequest
|
||||
Rule::exists('user', 'msnv')->where('status', config('constants.STATUS_ACTIVE'))
|
||||
],
|
||||
'amount' => 'required|integer|min:1|max:' . Administration::MAX_SEND_CARD_PER_MONTH,
|
||||
'template_id' => 'nullable|integer|in:1,2,3,4',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user