changes
This commit is contained in:
@@ -36,7 +36,7 @@ class CreateConsultationRequest extends FormRequest
|
||||
'email.max' => 'The email may not be greater than :max characters.',
|
||||
|
||||
'contact_no.required' => 'The contact number field is required.',
|
||||
'contact_no.max' => 'The contact number may not be greater than :max characters.',
|
||||
'contact_no.regex' => 'The contact number must be a valid phone number',
|
||||
|
||||
'age_group.required' => 'The age group field is required.',
|
||||
'age_group.integer' => 'The age group must be an integer.',
|
||||
|
Reference in New Issue
Block a user