summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-03-19 20:09:31 +0100
committerGitHub <noreply@github.com>2020-03-19 20:09:31 +0100
commitd3401efa2d368e420c8d805a03c6779a2b9f5234 (patch)
tree041296e0ab8016e46ec175b31b18381a509b9260
parent25ce3c434b66195bfb0b347de6125d0fa1538898 (diff)
parentc5cb3bb6655fad45f6f7e52ac65c13be6e96b66d (diff)
downloadnextcloud-server-d3401efa2d368e420c8d805a03c6779a2b9f5234.tar.gz
nextcloud-server-d3401efa2d368e420c8d805a03c6779a2b9f5234.zip
Merge pull request #20031 from nextcloud/fix/files-external-user-mount-cache-di
Do not use the deprecated service name
-rw-r--r--apps/files_external/lib/AppInfo/Application.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_external/lib/AppInfo/Application.php b/apps/files_external/lib/AppInfo/Application.php
index 8ab9a56f3af..761eeff113f 100644
--- a/apps/files_external/lib/AppInfo/Application.php
+++ b/apps/files_external/lib/AppInfo/Application.php
@@ -83,10 +83,6 @@ class Application extends App implements IBackendProvider, IAuthMechanismProvide
$container = $this->getContainer();
- $container->registerService(IUserMountCache::class, function (IAppContainer $c) {
- return $c->getServer()->query('UserMountCache');
- });
-
/** @var BackendService $backendService */
$backendService = $container->query(BackendService::class);
$backendService->registerBackendProvider($this);