feat: add some fields to product

This commit is contained in:
2026-06-18 12:46:37 +03:30
parent 7afceffdd3
commit 4185113091
3 changed files with 81 additions and 5 deletions
+2
View File
@@ -27,6 +27,8 @@ public function users()
}
protected $casts = [
'descriptions' => 'array',
'is_best_seller' => 'boolean',
'sort_order' => 'integer',
];