From ab9a36e872173b34be2e678de0c452885e3b48d8 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 26 Apr 2017 14:53:11 +0200 Subject: allow apps to set custom mount types Signed-off-by: Robin Appelman --- lib/private/Files/Mount/MountPoint.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/private') diff --git a/lib/private/Files/Mount/MountPoint.php b/lib/private/Files/Mount/MountPoint.php index 42b79596c98..e7a37e382ff 100644 --- a/lib/private/Files/Mount/MountPoint.php +++ b/lib/private/Files/Mount/MountPoint.php @@ -274,4 +274,8 @@ class MountPoint implements IMountPoint { public function getMountId() { return $this->mountId; } + + public function getMountType() { + return ''; + } } -- cgit v1.2.3