aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Config/SystemMountPoint.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/Config/SystemMountPoint.php')
-rw-r--r--apps/files_external/lib/Config/SystemMountPoint.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_external/lib/Config/SystemMountPoint.php b/apps/files_external/lib/Config/SystemMountPoint.php
index d3159c2cc80..af0bf792140 100644
--- a/apps/files_external/lib/Config/SystemMountPoint.php
+++ b/apps/files_external/lib/Config/SystemMountPoint.php
@@ -8,7 +8,8 @@ declare(strict_types=1);
namespace OCA\Files_External\Config;
+use OCP\Files\Mount\IShareOwnerlessMount;
use OCP\Files\Mount\ISystemMountPoint;
-class SystemMountPoint extends ExternalMountPoint implements ISystemMountPoint {
+class SystemMountPoint extends ExternalMountPoint implements ISystemMountPoint, IShareOwnerlessMount {
}