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'];