From 2a2f5d01d4c308be0a5c2706e1b01697542ed1c4 Mon Sep 17 00:00:00 2001 From: liyinglin Date: Wed, 29 Mar 2023 13:42:14 +0800 Subject: [PATCH] 1 --- 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 a6151b5..13d2af6 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 $guarded = ['id'];