Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): API calls were broken due to abstract method
The class `ScheduleWebServiceView` had an abstract method `BindViewableResourceReservation` which was not implemented. This caused API access to fail with an error like: [php:error] [pid 84] [client 10.89.0.25:59502] PHP Fatal error: Class ScheduleWebServiceView contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ISchedulePage::BindViewableResourceReservations) in /var/www/html/WebServices/SchedulesWebService.php on line 169 Implement the missing method as a `no-op` method. Closes: LibreBooking#343
- Loading branch information