mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #20031 from nextcloud/fix/files-external-user-mount-cache-di
Do not use the deprecated service name
This commit is contained in:
commit
d3401efa2d
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