Skip to content
Snippets Groups Projects
Unverified Commit 0fe1d2a5 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #18209 from nextcloud/bugfix/noid/directediting-token-getuser

Add missing getUser method to direct editing IToken interface
parents 99ed3b2d 212b1571
No related branches found
No related tags found
No related merge requests found
......@@ -74,4 +74,10 @@ interface IToken {
*/
public function getEditor(): string;
/**
* @since 18.0.0
* @return string
*/
public function getUser(): string;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment