diff --git a/app/Rules/PhoneCodeVerification.php b/app/Rules/PhoneCodeVerification.php index 05e1bc6..05fd6b7 100644 --- a/app/Rules/PhoneCodeVerification.php +++ b/app/Rules/PhoneCodeVerification.php @@ -2,6 +2,7 @@ namespace App\Rules; +use App\Models\System\Verification; use Closure; use Illuminate\Contracts\Validation\ValidationRule;