Skip to content

Commit

Permalink
Merge pull request #49643 from nextcloud/feat/files_external/enable-o…
Browse files Browse the repository at this point in the history
…wnerless-shares
  • Loading branch information
Altahrim authored Dec 4, 2024
2 parents 811f10e + 86eec60 commit c77243d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/files_external/lib/Config/SystemMountPoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

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 {
}

0 comments on commit c77243d

Please sign in to comment.