Skip to content

Commit 3f766e9

Browse files
Merge pull request #38777 from nextcloud/fix/carddav/system-address-book-nullable-groupmanager
fix(carddav): Make SystemAddressBook::__construct $groupManager argument nullable
2 parents 4b3c552 + 62c4196 commit 3f766e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dav/lib/CardDAV/SystemAddressbook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function __construct(BackendInterface $carddavBackend,
6464
IUserSession $userSession,
6565
?IRequest $request = null,
6666
?TrustedServers $trustedServers = null,
67-
?IGroupManager $groupManager) {
67+
?IGroupManager $groupManager = null) {
6868
parent::__construct($carddavBackend, $addressBookInfo, $l10n);
6969
$this->config = $config;
7070
$this->userSession = $userSession;

0 commit comments

Comments
 (0)