diff options
Diffstat (limited to 'apps/files_external/settings.php')
-rw-r--r-- | apps/files_external/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/settings.php b/apps/files_external/settings.php index 0d83d26ff97..8f44c170ce6 100644 --- a/apps/files_external/settings.php +++ b/apps/files_external/settings.php @@ -31,7 +31,7 @@ use \OCA\Files_External\Service\BackendService; // we must use the same container $appContainer = \OC_Mount_Config::$app->getContainer(); $backendService = $appContainer->query('OCA\Files_External\Service\BackendService'); -$globalStoragesService = $appContainer->query('OCA\Files_external\Service\GlobalStoragesService'); +$globalStoragesService = $appContainer->query('OCA\Files_External\Service\GlobalStoragesService'); \OC_Util::addVendorScript('select2/select2'); \OC_Util::addVendorStyle('select2/select2'); |