Skip to content

Commit c77243d

Browse files
authored
Merge pull request #49643 from nextcloud/feat/files_external/enable-ownerless-shares
2 parents 811f10e + 86eec60 commit c77243d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/files_external/lib/Config/SystemMountPoint.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
namespace OCA\Files_External\Config;
1010

11+
use OCP\Files\Mount\IShareOwnerlessMount;
1112
use OCP\Files\Mount\ISystemMountPoint;
1213

13-
class SystemMountPoint extends ExternalMountPoint implements ISystemMountPoint {
14+
class SystemMountPoint extends ExternalMountPoint implements ISystemMountPoint, IShareOwnerlessMount {
1415
}

0 commit comments

Comments
 (0)