From e20ef1d06d9135f7f02e7ccf30e786fc869da28f Mon Sep 17 00:00:00 2001 From: liapples Date: Tue, 23 Nov 2021 00:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E7=9A=84us?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Api/AgentInfoController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Controllers/Api/AgentInfoController.php b/app/Http/Controllers/Api/AgentInfoController.php index c6f6ddd..7fcd33b 100644 --- a/app/Http/Controllers/Api/AgentInfoController.php +++ b/app/Http/Controllers/Api/AgentInfoController.php @@ -4,8 +4,6 @@ namespace App\Http\Controllers\Api; use App\Http\Controllers\Controller; use App\Models\AgentInfo; -use Illuminate\Http\Request; -use Illuminate\Support\Facades\Cache; class AgentInfoController extends Controller {