We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f039bc commit 3f4f9aaCopy full SHA for 3f4f9aa
1 file changed
src/Rules/IsValidMobileNumber.php
@@ -96,7 +96,7 @@ public function validate(string $attribute, mixed $value, Closure $fail): void
96
->first();
97
98
if ($mobile_number && $mobile_number->user_id && ! $mobile_number->user) {
99
- $fail(trans('mobile-verification::mobile-verification::strings.validation.number.soft_deleted', ['attribute' => $attribute]));
+ $fail(trans('mobile-verification::strings.validation.number.soft_deleted', ['attribute' => $attribute]));
100
}
101
102
if ($this->should_be_registered_number) {
0 commit comments