diff --git a/app/Http/Controllers/Customer/AuthController.php b/app/Http/Controllers/Customer/AuthController.php index 3bbcdbe..ea2e8ff 100644 --- a/app/Http/Controllers/Customer/AuthController.php +++ b/app/Http/Controllers/Customer/AuthController.php @@ -3,8 +3,6 @@ namespace App\Http\Controllers\Customer; use App\Customer; -use App\Helpers\ResponseCode; -use App\Models\User; use Carbon\Carbon; use EasyWeChat\Factory; use Illuminate\Support\Facades\Auth;