feat: add some fields to product
This commit is contained in:
@@ -27,6 +27,8 @@ public function users()
|
||||
}
|
||||
protected $casts = [
|
||||
'descriptions' => 'array',
|
||||
'is_best_seller' => 'boolean',
|
||||
'sort_order' => 'integer',
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user