Check file extensions
This commit is contained in:
@@ -18,7 +18,7 @@ class PhoneCodeVerification implements ValidationRule
|
||||
$verification = Verification::where('username', auth()->user()->phone)
|
||||
->where('code', $value)
|
||||
->first();
|
||||
|
||||
|
||||
if (! $verification) {
|
||||
$fail(__('Write a correct data please'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user