更新 app/Models/Keyword.php
parent
f5a1d3e6b5
commit
d1b815a66b
|
|
@ -14,7 +14,7 @@ class Keyword extends Model
|
||||||
{
|
{
|
||||||
use Filterable, HasDateTimeFormatter;
|
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 = [
|
protected $casts = [
|
||||||
'options' => 'array',
|
'options' => 'array',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue