diff options
Diffstat (limited to 'apps/files_trashbin/lib/Sabre/TrashFolderFolder.php')
-rw-r--r-- | apps/files_trashbin/lib/Sabre/TrashFolderFolder.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/files_trashbin/lib/Sabre/TrashFolderFolder.php b/apps/files_trashbin/lib/Sabre/TrashFolderFolder.php new file mode 100644 index 00000000000..1a5cb98e114 --- /dev/null +++ b/apps/files_trashbin/lib/Sabre/TrashFolderFolder.php @@ -0,0 +1,12 @@ +<?php + +declare(strict_types=1); + +/** + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +namespace OCA\Files_Trashbin\Sabre; + +class TrashFolderFolder extends AbstractTrashFolder { +} |