Beispiel #1
0
 /**
  * Remove the mount points
  *
  * @return bool
  */
 public function removeMount()
 {
     $this->storagesService->removeStorage($this->storageId);
     return true;
 }