From 07532c47948ab41894fc49e3b350d47c36a98634 Mon Sep 17 00:00:00 2001 From: liapples Date: Tue, 16 Nov 2021 21:36:56 +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/AgentProductController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/Api/AgentProductController.php b/app/Http/Controllers/Api/AgentProductController.php index d05ed06..a12647c 100644 --- a/app/Http/Controllers/Api/AgentProductController.php +++ b/app/Http/Controllers/Api/AgentProductController.php @@ -7,7 +7,6 @@ use App\Models\Advertising; use App\Models\AgentProduct; use App\Models\AgentProductSpec; use App\Models\Category; -use App\Models\DiyForm; use App\Models\UserFav; use App\Models\Views\AgentProduct as AgentProductView; use Illuminate\Support\Facades\DB;