From d1b815a66bfc57dfd3224710461ff9bef2e471d0 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Fri, 1 Dec 2023 09:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app/Models/Keyword.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Keyword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Keyword.php b/app/Models/Keyword.php index af080d8..1905fb8 100644 --- a/app/Models/Keyword.php +++ b/app/Models/Keyword.php @@ -14,7 +14,7 @@ class Keyword extends Model { use Filterable, HasDateTimeFormatter; - protected $fillable = ['id', 'name', 'key', 'value', 'parent_id', 'type_key', 'path', 'sort', 'level', 'options', 'image', 'description', 'content']; + protected $fillable = ['id', 'name', 'key', 'value', 'parent_id', 'path', 'sort', 'level', 'options', 'image', 'description', 'content']; protected $casts = [ 'options' => 'array',