From cfb7923e08ba1902fa5a5f72205cfcbb767b54ad Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 2 Feb 2022 16:12:57 +0100 Subject: store mountprovider for each mount in the mounts table this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman --- apps/files_external/lib/Config/ExternalMountPoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_external/lib') diff --git a/apps/files_external/lib/Config/ExternalMountPoint.php b/apps/files_external/lib/Config/ExternalMountPoint.php index 985e70bee03..090e1c77cdf 100644 --- a/apps/files_external/lib/Config/ExternalMountPoint.php +++ b/apps/files_external/lib/Config/ExternalMountPoint.php @@ -34,7 +34,7 @@ class ExternalMountPoint extends MountPoint { public function __construct(StorageConfig $storageConfig, $storage, $mountpoint, $arguments = null, $loader = null, $mountOptions = null, $mountId = null) { $this->storageConfig = $storageConfig; - parent::__construct($storage, $mountpoint, $arguments, $loader, $mountOptions, $mountId); + parent::__construct($storage, $mountpoint, $arguments, $loader, $mountOptions, $mountId, ConfigAdapter::class); } public function getMountType() { -- cgit v1.2.3