Fetch reservation with unit
This commit is contained in:
@ -71,9 +71,9 @@ class Reservations
|
||||
$output['errors'] []= $this->parseError($exception);
|
||||
}*/
|
||||
|
||||
if (count($input['reservations']) === count($output['reservations'])) {
|
||||
/*if (count($input['reservations']) === count($output['reservations'])) {
|
||||
$output['success'] = true;
|
||||
}
|
||||
}*/
|
||||
|
||||
return $this->withJson($response, $output);
|
||||
}
|
||||
|
Reference in New Issue
Block a user