Skip to content

Commit

Permalink
feat(GroupMountPoint): Implement IShareOwnerlessMount
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Nov 26, 2024
1 parent b224d3d commit f2943fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/Mount/GroupMountPoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

use OC\Files\Mount\MountPoint;
use OC\Files\Storage\Storage;
use OCP\Files\Mount\IShareOwnerlessMount;
use OCP\Files\Mount\ISystemMountPoint;
use OCP\Files\Storage\IStorage;
use OCP\Files\Storage\IStorageFactory;

class GroupMountPoint extends MountPoint implements ISystemMountPoint {
class GroupMountPoint extends MountPoint implements ISystemMountPoint, IShareOwnerlessMount {
public function __construct(
private int $folderId,
IStorage $storage,
Expand Down

0 comments on commit f2943fe

Please sign in to comment.