mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Make shareproviders use the lazy root folder
This commit is contained in:
parent
5cd8382d39
commit
55497e09a9
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ class ProviderFactory implements IProviderFactory {
|
|||
$this->serverContainer->getDatabaseConnection(),
|
||||
$this->serverContainer->getUserManager(),
|
||||
$this->serverContainer->getGroupManager(),
|
||||
$this->serverContainer->getRootFolder()
|
||||
$this->serverContainer->getLazyRootFolder()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -114,7 +114,7 @@ class ProviderFactory implements IProviderFactory {
|
|||
$tokenHandler,
|
||||
$l,
|
||||
$this->serverContainer->getLogger(),
|
||||
$this->serverContainer->getRootFolder()
|
||||
$this->serverContainer->getLazyRootFolder()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue