Browse Source

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

Revert api break
tags/v25.0.0beta1
Côme Chilliet 2 years ago
parent
commit
45a75c631e
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lib/public/IUser.php

+ 2
- 2
lib/public/IUser.php View File

@@ -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