chore: typo fixup

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-12-27 00:26:11 -05:00 committed by GitHub
parent 355d6637ff
commit 853db93601
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
);
}