From e7633cc7235770420995530d18cffc64c7af4a9d Mon Sep 17 00:00:00 2001 From: koogua Date: Tue, 30 Mar 2021 11:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=82=AE=E4=BB=B6=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Logic/Verify/EmailCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Logic/Verify/EmailCode.php b/app/Services/Logic/Verify/EmailCode.php index 11671ae5..5b4862a8 100644 --- a/app/Services/Logic/Verify/EmailCode.php +++ b/app/Services/Logic/Verify/EmailCode.php @@ -2,8 +2,8 @@ namespace App\Services\Logic\Verify; +use App\Services\Logic\Notice\Mail\Verify as VerifyMailService; use App\Services\Logic\Service; -use App\Services\Mail\Verify as VerifyMailService; use App\Validators\Captcha as CaptchaValidator; use App\Validators\Verify as VerifyValidator;