Skip to content

Commit 41804d4

Browse files
committed
fix gsmount
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 80388d2 commit 41804d4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

lib/GlobalScale/GSMount/MountManager.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,18 @@ public function renameShare(int $gsShareId, string $target) {
9191
}
9292

9393

94+
// TODO: implement !
95+
public function getMountManager() {
96+
return $this;
97+
}
9498

95-
public function getMountManager() {}
99+
// TODO: implement !
100+
public function removeShare($mountPoint) {
101+
}
96102

97-
public function removeShare() {}
103+
// TODO: implement !
104+
public function removeMount($mountPoint) {
105+
}
98106

99107

100108
/**

0 commit comments

Comments
 (0)