We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OC\Server::getEventLogger
1 parent 613cd16 commit ee7abb9Copy full SHA for ee7abb9
lib/private/Server.php
@@ -701,7 +701,7 @@ public function __construct($webRoot, \OC\Config $config) {
701
702
$this->registerService('RedisFactory', function (Server $c) {
703
$systemConfig = $c->get(SystemConfig::class);
704
- return new RedisFactory($systemConfig, $c->getEventLogger());
+ return new RedisFactory($systemConfig, $c->get(IEventLogger::class));
705
});
706
707
$this->registerService(\OCP\Activity\IManager::class, function (Server $c) {
0 commit comments