We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 811f10e + 86eec60 commit c77243dCopy full SHA for c77243d
apps/files_external/lib/Config/SystemMountPoint.php
@@ -8,7 +8,8 @@
8
9
namespace OCA\Files_External\Config;
10
11
+use OCP\Files\Mount\IShareOwnerlessMount;
12
use OCP\Files\Mount\ISystemMountPoint;
13
-class SystemMountPoint extends ExternalMountPoint implements ISystemMountPoint {
14
+class SystemMountPoint extends ExternalMountPoint implements ISystemMountPoint, IShareOwnerlessMount {
15
}
0 commit comments