feat(products): add thumbnail paths
This commit is contained in:
parent
3b05a045ed
commit
76afd14ffd
4 changed files with 26 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class Product extends Model
|
|||
'sku',
|
||||
'short_description',
|
||||
'description',
|
||||
'thumbnail_path',
|
||||
'price',
|
||||
'stock_quantity',
|
||||
'active',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue