diff --git a/app/Http/Requests/Api/RegisterApiRequest.php b/app/Http/Requests/Api/RegisterApiRequest.php index 762368b..1594d5a 100755 --- a/app/Http/Requests/Api/RegisterApiRequest.php +++ b/app/Http/Requests/Api/RegisterApiRequest.php @@ -51,6 +51,7 @@ class RegisterApiRequest extends FormRequest 'phone.required' => 'Đăng ký thất bại, vui lòng gửi lên thông tin Số điện thoại.', 'phone.min' => 'Đăng ký thất bại, Số điện thoại gồm 10-11 số.', 'phone.max' => 'Đăng ký thất bại, Số điện thoại gồm 10-11 số.', + 'phone.regex' => 'Đăng ký thất bại, Số điện thoại gồm 10-11 số.', 'password.required' => 'Đăng ký thất bại, vui lòng gửi lên thông tin Mật khẩu.', 'agents_code.required' => 'Đăng ký thất bại, vui lòng gửi lên mã đại lý.', 'gender.required' => 'Đăng ký thất bại, vui lòng gửi lên thông tin Giới tính.',