diff --git a/apps/files_external/lib/Command/Create.php b/apps/files_external/lib/Command/Create.php index 300bc85cc15b..4ef9a92d0c80 100644 --- a/apps/files_external/lib/Command/Create.php +++ b/apps/files_external/lib/Command/Create.php @@ -158,7 +158,7 @@ protected function execute(InputInterface $input, OutputInterface $output) { $config[$key] = $value; } - $mount = $this->getStorageService($user)->createStorageConfig(); + $mount = $this->getStorageService($user)->createConfig(); $mount->setMountPoint($mountPoint); $mount->setBackend($storageBackend); $mount->setAuthMechanism($authBackend);