Remove duplicate getAvatarManager()
This commit is contained in:
parent
507325dd50
commit
4ac05e071a
|
@ -163,15 +163,6 @@ class Server extends SimpleContainer implements IServerContainer {
|
|||
return $this->query('PreviewManager');
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the avatar manager, used for avatar functionality
|
||||
*
|
||||
* @return \OCP\IAvatar
|
||||
*/
|
||||
function getAvatarManager() {
|
||||
return $this->query('AvatarManager');
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the tag manager which can get and set tags for different object types
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue