Skip to content
Snippets Groups Projects
Unverified Commit 0e5379a7 authored by Vincent Petry's avatar Vincent Petry Committed by GitHub
Browse files

Merge pull request #26119 from nextcloud/backport/26003/stable21

[stable21] Add getID function to the simplefile implementation
parents 682df0b7 7059b0b2
No related branches found
No related tags found
No related merge requests found
......@@ -180,4 +180,8 @@ class SimpleFile implements ISimpleFile {
public function write() {
return $this->file->fopen('w');
}
public function getId(): int {
return $this->file->getId();
}
}
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