]> source.dussan.org Git - nextcloud-server.git/commitdiff
Do not use the deprecated service name 20031/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 19 Mar 2020 14:04:23 +0000 (15:04 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 19 Mar 2020 14:04:23 +0000 (15:04 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/files_external/lib/AppInfo/Application.php

index 8ab9a56f3af604c40f2a4622d334f74bad49402a..761eeff113f67ef32a511d8b3b9d15643d7c005d 100644 (file)
@@ -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);