Skip to content

Commit

Permalink
Merge pull request LibreBooking#345 from JohnVillalovos/jlvillal/fix_api
Browse files Browse the repository at this point in the history
fix(api): API calls were broken due to abstract method
  • Loading branch information
effgarces authored May 13, 2024
2 parents 2c48af2 + ab89c7e commit 0b61505
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WebServices/SchedulesWebService.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,11 @@ public function BindScheduleAvailability($availability, $tooEarly)
$this->available = false;
}

public function BindViewableResourceReservations($resourceIds)
{
// no-op
}

public function SetAllowConcurrent($allowConcurrentReservations)
{
$this->allowConcurrentReservations = $allowConcurrentReservations;
Expand Down

0 comments on commit 0b61505

Please sign in to comment.