浏览代码

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

Revert api break
tags/v25.0.0beta1
Côme Chilliet 2 年前
父节点
当前提交
45a75c631e
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      lib/public/IUser.php

+ 2
- 2
lib/public/IUser.php 查看文件

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

正在加载...
取消
保存