diff options
Diffstat (limited to 'apps/files_trashbin/lib/Sabre/TrashFolderFile.php')
-rw-r--r-- | apps/files_trashbin/lib/Sabre/TrashFolderFile.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/Sabre/TrashFolderFile.php b/apps/files_trashbin/lib/Sabre/TrashFolderFile.php index 0edd2ea9c74..63a032c8682 100644 --- a/apps/files_trashbin/lib/Sabre/TrashFolderFile.php +++ b/apps/files_trashbin/lib/Sabre/TrashFolderFile.php @@ -27,7 +27,6 @@ declare(strict_types=1); namespace OCA\Files_Trashbin\Sabre; - class TrashFolderFile extends AbstractTrashFile { public function get() { return $this->data->getStorage()->fopen($this->data->getInternalPath(), 'rb'); |