BF product fillables

This commit is contained in:
a6a2f5842 2025-12-02 10:58:43 +01:00
parent ac8953dd90
commit 5dcbf73be3
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ class Product extends Model implements Purchasable, Cartable
'meta',
'tax_class',
'sort_order',
'name',
'description',
'short_description',
];
protected $casts = [