From 996a8326fee383d32efebe6363c776fdeec98eca Mon Sep 17 00:00:00 2001 From: Xpesir <1964391+Xpesir@user.noreply.gitee.com> Date: Mon, 27 Jun 2022 02:23:53 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Controllers/DeviceTagController.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/Admin/Controllers/DeviceTagController.php b/app/Admin/Controllers/DeviceTagController.php index 97b593d0..33283765 100644 --- a/app/Admin/Controllers/DeviceTagController.php +++ b/app/Admin/Controllers/DeviceTagController.php @@ -2,7 +2,8 @@ namespace App\Admin\Controllers; -use Illuminate\Support\Facades\DB; +use App\Http\Controllers\Controller; +use App\Models\DeviceRecord; use Illuminate\Contracts\Foundation\Application; use Illuminate\Contracts\Translation\Translator; use Illuminate\Contracts\View\Factory; @@ -10,7 +11,7 @@ use Illuminate\Contracts\View\View; use Illuminate\Http\Request; -class DeviceTagController +class DeviceTagController extends Controller { /** * 页面.