mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #49643 from nextcloud/feat/files_external/enable-ownerless-shares
This commit is contained in:
commit
c77243d568
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue