diff --git a/app/Request/PatientDoctorRequest.php b/app/Request/PatientDoctorRequest.php index 8fc12fb..d71f563 100644 --- a/app/Request/PatientDoctorRequest.php +++ b/app/Request/PatientDoctorRequest.php @@ -44,7 +44,7 @@ class PatientDoctorRequest extends FormRequest return [ 'sort_order' => 'sometimes|integer|min:1|max:5', 'inquiry_type' => 'required|integer|min:1|max:4', - 'inquiry_mode' => 'required|integer|min:1|max:5', + 'inquiry_mode' => 'required|integer|min:1|max:7', 'my_doctor_type' => 'required|integer|min:1|max:2', 'is_first_online' => 'integer|min:0|max:1', ];