@@ -164,7 +164,7 @@ class RestaurantApiServices
|
||||
->toArray();
|
||||
|
||||
// Fetch the restaurant details
|
||||
$restaurants = ManageRestaurant::where('is_active', '1')
|
||||
$restaurants = ManageRestaurant::with('closedRestaurant')->where('is_active', '1')
|
||||
->whereIn('id', $customerFavouriteRestaurants)
|
||||
->get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user