Add seller to product resource

This commit is contained in:
Amanmyrat 2023-09-21 11:50:52 +05:00
parent 739975feae
commit 4aed9b60f9
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class Product extends JsonResource
'qty' => $this->qty,
'status' => $this->status,
'product_number' => $this->product_number,
'seller' => $product->seller,
// 'brand' => $product->brand->name ?? '',