mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 11:11:42 -04:00
Merge pull request #60929 from nextcloud/backport/60809/stable34
[stable34] fix(Share): Add missing optional parameter to IManager::shareApiAllowLinks()
This commit is contained in:
commit
fbf6df3b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ interface IManager {
|
|||
* @since 9.0.0
|
||||
* @since 33.0.0 Added optional $user parameter
|
||||
*/
|
||||
public function shareApiAllowLinks(): bool;
|
||||
public function shareApiAllowLinks(?IUser $user = null): bool;
|
||||
|
||||
/**
|
||||
* Is password on public link required
|
||||
|
|
|
|||
Loading…
Reference in a new issue