Skip to content

Commit 1b422df

Browse files
authored
Merge pull request #38792 from nextcloud/backport/38777/stable27
[stable27] fix(carddav): Make SystemAddressBook::__construct $groupManager argument nullable
2 parents 7073c21 + 270d661 commit 1b422df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)