aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/PersonalMount.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/Lib/PersonalMount.php')
-rw-r--r--apps/files_external/lib/Lib/PersonalMount.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/lib/Lib/PersonalMount.php b/apps/files_external/lib/Lib/PersonalMount.php
index c54ed0a79f3..8c8ac0893f6 100644
--- a/apps/files_external/lib/Lib/PersonalMount.php
+++ b/apps/files_external/lib/Lib/PersonalMount.php
@@ -24,14 +24,14 @@
namespace OCA\Files_External\Lib;
-use OC\Files\Mount\MountPoint;
use OC\Files\Mount\MoveableMount;
+use OCA\Files_External\Config\ExternalMountPoint;
use OCA\Files_External\Service\UserStoragesService;
/**
* Person mount points can be moved by the user
*/
-class PersonalMount extends MountPoint implements MoveableMount {
+class PersonalMount extends ExternalMountPoint implements MoveableMount {
/** @var UserStoragesService */
protected $storagesService;