From 60cf0c8f5fc5d61f926765f95ff40625349ec787 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 31 Mar 2023 18:58:59 +0200 Subject: add command for getting fileinfo for debugging Signed-off-by: Robin Appelman --- apps/files_sharing/lib/SharedMount.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/files_sharing/lib/SharedMount.php') diff --git a/apps/files_sharing/lib/SharedMount.php b/apps/files_sharing/lib/SharedMount.php index 1e0b2d921e3..943f14dc2bd 100644 --- a/apps/files_sharing/lib/SharedMount.php +++ b/apps/files_sharing/lib/SharedMount.php @@ -253,6 +253,13 @@ class SharedMount extends MountPoint implements MoveableMount { return $this->superShare; } + /** + * @return \OCP\Share\IShare[] + */ + public function getGroupedShares(): array { + return $this->groupedShares; + } + /** * Get the file id of the root of the storage * -- cgit v1.2.3