sources api

This commit is contained in:
merdan 2022-09-27 16:50:57 +05:00
parent eb83b9f586
commit 48c74a41e0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Vendors extends V1Controller
$query->where('status',1)
->with(['categories','brands'])
->orderBy('position','asc');
}]);
}])->get();
return Vendor::collection($vendors);
}