From 98df909c2d0eb45e985bfe25e7fdaec94916f555 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Sat, 2 Dec 2023 14:45:27 +0500 Subject: [PATCH] wip --- app/Rules/PhoneCodeVerification.php | 1 + 1 file changed, 1 insertion(+) 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;