Merge pull request #26119 from nextcloud/backport/26003/stable21
[stable21] Add getID function to the simplefile implementation
This commit is contained in:
commit
0e5379a7b3
|
@ -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 New Issue