mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix server container registration
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
aef95b9b7d
commit
0f5682321e
1 changed files with 1 additions and 1 deletions
|
|
@ -982,7 +982,7 @@ class Server extends ServerContainer implements IServerContainer {
|
|||
|
||||
$this->registerService(IShareHelper::class, function(Server $c) {
|
||||
return new ShareHelper(
|
||||
$c->getLazyRootFolder()
|
||||
$c->query(\OCP\Share\IManager::class)
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue