Fix seller product resource

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

View File

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