From fe6a0fd290958f1b0103b5c0370a4e29834c5d70 Mon Sep 17 00:00:00 2001 From: nocode Date: Fri, 12 Jul 2024 09:07:07 +0700 Subject: [PATCH] FIX api --- app/Http/Requests/Api/RegisterApiRequest.php | 1 + 1 file changed, 1 insertion(+) 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.',