Merge pull request #11611 from nextcloud/fix/10852
Allow userId to be null
This commit is contained in:
commit
bfa870d803
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