Merge pull request #25635 from nextcloud/fix/psalm/ProperNameSpace

Use correct namespace (casing) in CalendarHome
This commit is contained in:
kesselb 2021-02-14 19:47:21 +01:00 committed by GitHub
commit dff8457e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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