mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Revert "Load core modules also when bootstrapping the CLI"
This reverts commit f12473d34bf55b2acea2a196d5455ad851dbf86b. The CLI must not load core modules, i.e. setup.
This commit is contained in:
parent
28f08078f0
commit
7d00f68660
@ -43,8 +43,7 @@ class Cli extends ApplicationBootstrap
|
|||||||
->parseBasicParams()
|
->parseBasicParams()
|
||||||
->setupLogger()
|
->setupLogger()
|
||||||
->setupResourceFactory()
|
->setupResourceFactory()
|
||||||
->setupModuleManager()
|
->setupModuleManager();
|
||||||
->loadCoreModules();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function setupLogging()
|
protected function setupLogging()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user