Use correct namespace (casing) in CalendarHome

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2021-02-14 12:36:41 +01:00
parent d93a3665a0
commit 19f7476f77
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class CalendarHome extends \Sabre\CalDAV\CalendarHome {
return new Outbox($this->config, $this->principalInfo['uri']);
}
if ($name === 'notifications' && $this->caldavBackend instanceof NotificationSupport) {
return new \Sabre\CalDAv\Notifications\Collection($this->caldavBackend, $this->principalInfo['uri']);
return new \Sabre\CalDAV\Notifications\Collection($this->caldavBackend, $this->principalInfo['uri']);
}
// Calendars