aboutsummaryrefslogtreecommitdiffstats
path: root/console.php
diff options
context:
space:
mode:
Diffstat (limited to 'console.php')
-rw-r--r--console.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/console.php b/console.php
index 68647a874c4..afa8b1b6be1 100644
--- a/console.php
+++ b/console.php
@@ -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();