mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 13:23:11 -04:00
Merge pull request #5409 from nextcloud/1param2much
a parameter too much
This commit is contained in:
commit
07bfedb062
1 changed files with 1 additions and 2 deletions
|
|
@ -56,8 +56,7 @@ class ManagerFactory implements ICommentsManagerFactory {
|
|||
return new Manager(
|
||||
$this->serverContainer->getDatabaseConnection(),
|
||||
$this->serverContainer->getLogger(),
|
||||
$this->serverContainer->getConfig(),
|
||||
$this->serverContainer->getEventDispatcher()
|
||||
$this->serverContainer->getConfig()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue