manager->setMountPoint($this->mountPoint, $target); $this->setMountPoint($target); return $result; } /** * Remove the mount points */ public function removeMount(): bool { return $this->manager->removeShare($this->mountPoint); } #[Override] public function getMountType(): string { return 'shared'; } }