Merge pull request #18209 from nextcloud/bugfix/noid/directediting-token-getuser
Add missing getUser method to direct editing IToken interface
This commit is contained in:
commit
0fe1d2a530
|
@ -74,4 +74,10 @@ interface IToken {
|
||||||
*/
|
*/
|
||||||
public function getEditor(): string;
|
public function getEditor(): string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 18.0.0
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getUser(): string;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue