mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 17:18:48 -04:00
Do not use the deprecated service name
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
4a21ce27ff
commit
c5cb3bb665
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue