Skip to content

Commit

Permalink
add getDetails function to filesystem backend
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Murray <plugins@omv-extras.org>
  • Loading branch information
ryecoaaron committed May 8, 2024
1 parent f13f1f6 commit f4ef803
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions usr/share/php/openmediavault/system/filesystem/remote.inc
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ class Remote implements FilesystemInterface, SharedFolderCandidateInterface
return $this->getDeviceFile();
}

public function getDetails()
{
return '';
}

/**
* Get the description of the file system.
*
Expand Down

0 comments on commit f4ef803

Please sign in to comment.