mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #60809 from nextcloud/fix/share/manager-api-allow-links-user-parameter
fix(Share): Add missing optional parameter to IManager::shareApiAllowLinks()
This commit is contained in:
commit
3bf88ae963
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