From: Christoph Wurst Date: Thu, 19 Mar 2020 14:04:23 +0000 (+0100) Subject: Do not use the deprecated service name X-Git-Tag: v19.0.0beta1~88^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F20031%2Fhead;p=nextcloud-server.git Do not use the deprecated service name Signed-off-by: Christoph Wurst --- 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);