anounce CommentsManager getter in public server interface
This commit is contained in:
parent
0c1c029571
commit
dec1f1d24a
1 changed files with 6 additions and 0 deletions
|
@ -471,6 +471,12 @@ interface IServerContainer {
|
|||
*/
|
||||
public function getNotificationManager();
|
||||
|
||||
/**
|
||||
* @return \OCP\Comments\ICommentsManager
|
||||
* @since 9.0.0
|
||||
*/
|
||||
public function getCommentsManager();
|
||||
|
||||
/**
|
||||
* Returns the system-tag manager
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue