diff --git a/application/clicommands/CheckCommand.php b/application/clicommands/CheckCommand.php index 125d4fb..707794f 100644 --- a/application/clicommands/CheckCommand.php +++ b/application/clicommands/CheckCommand.php @@ -11,10 +11,6 @@ class CheckCommand extends Command public function init() { - // WTF? I do not want to have to take care about this!! - $this->app->setupZendAutoloader(); - - $this->app->getModuleManager()->loadModule('monitoring'); $this->storage = new LegacyStorage($this->Config()->getSection('global')); }