mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
chore: typo fixup
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
355d6637ff
commit
853db93601
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class TrashbinPlugin extends ServerPlugin {
|
|||
$propFind->handle(
|
||||
// Storage mount type (e.g., personal, groupfolder, or external storage)
|
||||
FilesPlugin::MOUNT_TYPE_PROPERTYNAME,
|
||||
fn () => ''; // Trashbin items don't have a mount type currently
|
||||
fn () => '' // Trashbin items don't have a mount type currently
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue