mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix(Share): Add missing optional parameter to IManager::shareApiAllowLinks()
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
f23eec632f
commit
1cf69c33ed
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