1
0
Fork 0

feat(products): add thumbnail paths

This commit is contained in:
Henrik Hautakoski 2026-04-29 17:42:51 +02:00
parent 3b05a045ed
commit 76afd14ffd
4 changed files with 26 additions and 0 deletions

View file

@ -26,6 +26,7 @@ class Product extends Model
'sku',
'short_description',
'description',
'thumbnail_path',
'price',
'stock_quantity',
'active',