Do not use the deprecated service name

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-03-19 15:04:23 +01:00
parent 4a21ce27ff
commit c5cb3bb665
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8

View 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);