BF product fillables
This commit is contained in:
parent
ac8953dd90
commit
5dcbf73be3
|
|
@ -45,6 +45,9 @@ class Product extends Model implements Purchasable, Cartable
|
|||
'meta',
|
||||
'tax_class',
|
||||
'sort_order',
|
||||
'name',
|
||||
'description',
|
||||
'short_description',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue