fix: Migrate away from OC_App toward the IAppManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
+2
-1
@@ -107,7 +107,8 @@ try {
|
||||
\OC::$server->get(\OCP\EventDispatcher\IEventDispatcher::class),
|
||||
\OC::$server->getRequest(),
|
||||
\OC::$server->get(\Psr\Log\LoggerInterface::class),
|
||||
\OC::$server->query(\OC\MemoryInfo::class)
|
||||
\OC::$server->query(\OC\MemoryInfo::class),
|
||||
\OCP\Server::get(\OCP\App\IAppManager::class),
|
||||
);
|
||||
$application->loadCommands(new ArgvInput(), new ConsoleOutput());
|
||||
$application->run();
|
||||
|
||||
Reference in New Issue
Block a user