mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #38792 from nextcloud/backport/38777/stable27
[stable27] fix(carddav): Make SystemAddressBook::__construct $groupManager argument nullable
This commit is contained in:
commit
1b422df12a
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class SystemAddressbook extends AddressBook {
|
|||
IUserSession $userSession,
|
||||
?IRequest $request = null,
|
||||
?TrustedServers $trustedServers = null,
|
||||
?IGroupManager $groupManager) {
|
||||
?IGroupManager $groupManager = null) {
|
||||
parent::__construct($carddavBackend, $addressBookInfo, $l10n);
|
||||
$this->config = $config;
|
||||
$this->userSession = $userSession;
|
||||
|
|
|
|||
Loading…
Reference in a new issue