mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #26181 from nextcloud/backport/26003/stable20
[stable20] Add getID function to the simplefile implementation
This commit is contained in:
commit
2982fa346b
1 changed files with 4 additions and 0 deletions
|
|
@ -180,4 +180,8 @@ class SimpleFile implements ISimpleFile {
|
|||
public function write() {
|
||||
return $this->file->fopen('w');
|
||||
}
|
||||
|
||||
public function getId(): int {
|
||||
return $this->file->getId();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue