mirror of
https://github.com/nextcloud/server.git
synced 2026-06-20 14:09:38 -04:00
chore(DirectEditing): add override attribute to Token::getToken
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
3003e3899e
commit
cd4c60ff37
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class Token implements IToken {
|
|||
return $this->manager->getFileForToken($this->data['user_id'], $this->data['file_id'], $this->data['file_path']);
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
public function getToken(): string {
|
||||
return $this->data['token'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue