Add missing getUser method to direct editing IToken interface
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9cd7ecef9b
commit
212b1571ff
1 changed files with 6 additions and 0 deletions
|
@ -74,4 +74,10 @@ interface IToken {
|
|||
*/
|
||||
public function getEditor(): string;
|
||||
|
||||
/**
|
||||
* @since 18.0.0
|
||||
* @return string
|
||||
*/
|
||||
public function getUser(): string;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue