顾客找回密码

This commit is contained in:
TL 2022-07-07 16:52:59 +08:00
parent a5bab93134
commit 9e408dd017
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
namespace Beike\Shop\Http\Controllers\Account;
use Beike\Shop\Http\Requests\ForgottenRequest;
use Beike\Shop\Services\AccountService;
use Illuminate\Http\Request;