mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Revert api break
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
8d599c3410
commit
6147bb611c
1 changed files with 2 additions and 2 deletions
|
|
@ -112,10 +112,10 @@ interface IUser {
|
|||
|
||||
/**
|
||||
* Get the backend for the current user object
|
||||
*
|
||||
* @return ?UserInterface
|
||||
* @since 15.0.0
|
||||
*/
|
||||
public function getBackend(): ?UserInterface;
|
||||
public function getBackend();
|
||||
|
||||
/**
|
||||
* check if the backend allows the user to change his avatar on Personal page
|
||||
|
|
|
|||
Loading…
Reference in a new issue