Change qty on product resource

This commit is contained in:
Shohrat 2023-09-14 14:07:48 +05:00
parent 54e55fdace
commit ef1264c359
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ class Product extends JsonResource
'new' => $this->new,
'featured' => $this->featured,
'qty' => $this->qty,
'inventory' => $product->inventory_sources(),
'status' => $this->status,
'product_number' => $this->product_number,
// 'brand' => $product->brand->name ?? '',