From ea63b1087e7705bf9b9dcb926937db977965b180 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Mon, 15 Sep 2025 16:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/VisitLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/VisitLog.php b/app/Models/VisitLog.php index aac3a6f..cf3f0b2 100644 --- a/app/Models/VisitLog.php +++ b/app/Models/VisitLog.php @@ -2,7 +2,7 @@ namespace App\Models; -class VisitLog extends SoftDeletesModel +class VisitLog extends CommonModel { protected $table = 'visit_logs';