Merge pull request #32555 from nextcloud/fix/revert-api-break

Revert api break
pull/32558/head
Côme Chilliet 2 years ago committed by GitHub
commit 45a75c631e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save