mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #11939 from nextcloud/backport/11611/stable14
[14] Allow userId to be null
This commit is contained in:
commit
76b3bbc415
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class ShareAPIController extends OCSController {
|
|||
IUserManager $userManager,
|
||||
IRootFolder $rootFolder,
|
||||
IURLGenerator $urlGenerator,
|
||||
string $userId,
|
||||
string $userId = null,
|
||||
IL10N $l10n,
|
||||
IConfig $config,
|
||||
IAppManager $appManager,
|
||||
|
|
|
|||
Loading…
Reference in a new issue