1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-29 05:41:37 +08:00

修正邮件验证码命名空间

This commit is contained in:
koogua 2021-03-30 11:20:27 +08:00
parent 08b764c26c
commit e7633cc723

View File

@ -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;