changes
This commit is contained in:
@@ -40,7 +40,7 @@ class RestaurantApi_Service
|
||||
->where('principal_xid', $userDetail->id)
|
||||
->get();
|
||||
|
||||
$restaurantDetails = [];
|
||||
// $restaurantDetails = [];
|
||||
$isActive = true;
|
||||
$inactiveMessage = "";
|
||||
|
||||
@@ -59,7 +59,7 @@ class RestaurantApi_Service
|
||||
}
|
||||
|
||||
// Add restaurant details to the array
|
||||
$restaurantDetails[] = $restaurant;
|
||||
$restaurantDetails = $restaurant;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user