Skip to content
Snippets Groups Projects
Unverified Commit c5cb3bb6 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Do not use the deprecated service name

parent 4a21ce27
No related branches found
No related tags found
No related merge requests found
...@@ -83,10 +83,6 @@ class Application extends App implements IBackendProvider, IAuthMechanismProvide ...@@ -83,10 +83,6 @@ class Application extends App implements IBackendProvider, IAuthMechanismProvide
$container = $this->getContainer(); $container = $this->getContainer();
$container->registerService(IUserMountCache::class, function (IAppContainer $c) {
return $c->getServer()->query('UserMountCache');
});
/** @var BackendService $backendService */ /** @var BackendService $backendService */
$backendService = $container->query(BackendService::class); $backendService = $container->query(BackendService::class);
$backendService->registerBackendProvider($this); $backendService->registerBackendProvider($this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment