Appointments
Appointments copied to clipboard
Nextcloud 31 compatibility issue
The application still contains calls to the non-existent method IServerContainer::getLogger (i.e. "\OC::$server->getLogger()") instead of IServerContainer::get (i.e. "\OC::$server->get(\Psr\Log\LoggerInterface::class)").
The affected files are:
- lib/Backend/DavListener.php
- lib/Controller/CalendarsController.php
- lib/Controller/StateController.php
Regards