mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 07:39:23 -04:00
adjust since
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
fdc8635afb
commit
f15148f695
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ interface ILDAPProvider {
|
|||
* @param string $attribute the name of the attribute to read
|
||||
* @return string|null
|
||||
* @throws \Exception if user id was not found in LDAP
|
||||
* @since 22.0.0
|
||||
* @since 21.0.0
|
||||
*/
|
||||
public function getUserAttribute(string $uid, string $attribute): ?string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue