This commit is contained in:
Kerim 2023-06-27 02:28:56 +05:00
parent 7726325258
commit 71dcd82576
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Vendors extends V1Controller
{
$vendors = $this->vendorRepository->select('marketplace_sellers.id','url','logo','banner','shop_title','ship_time','ship_price','slogan')
->where('is_approved',true)
->with(['categories:seller_id,type,categories'])
->with(['categories:seller_id,categories'])
// ->leftJoin('seller_categories','marketplace_sellers.id','=','seller_categories.seller_id')
->get();
$reviewed_vendors = $vendors->map(function ($item, $key){