This commit is contained in:
Kerim 2023-06-27 04:57:29 +05:00
parent ce23e7c99a
commit e8a40deb44
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Vendors extends V1Controller
}
public function vendor($seller_id){
$vendor = $this->vendorRepository->select('marketplace_sellers.id','url','logo','banner','shop_title','brand_attribute_id','ship_time','ship_price','slogan')
$vendor = $this->vendorRepository->select('marketplace_sellers.id','url','logo','banner','shop_title','ship_time','ship_price','slogan')
->where('id',$seller_id)
->with(['categories:seller_id,type,categories'])
->first();