feat(admin_audit): Migrate to non-deprecated IEventDispatcher

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-06-30 12:50:28 +02:00
parent 2c71a77f4b
commit eb09053897
7 changed files with 63 additions and 57 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ try {
$application = new Application(
\OC::$server->getConfig(),
\OC::$server->getEventDispatcher(),
\OC::$server->get(\OCP\EventDispatcher\IEventDispatcher::class),
\OC::$server->getRequest(),
\OC::$server->get(\Psr\Log\LoggerInterface::class),
\OC::$server->query(\OC\MemoryInfo::class)