Make the meta model fillable
This commit is contained in:
@@ -36,6 +36,18 @@ class Meta extends Model
|
||||
'meta_type' => 'string',
|
||||
];
|
||||
|
||||
/**
|
||||
* The fillable properties.
|
||||
*
|
||||
* @var string[]
|
||||
*/
|
||||
protected $fillable = [
|
||||
'key',
|
||||
'value',
|
||||
'meta_id',
|
||||
'meta_type',
|
||||
];
|
||||
|
||||
/**
|
||||
* The validation rules.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user