From 05882d5d09ddd4d0a22e9e47c96318107788434f Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 17 Nov 2015 12:51:05 +0100 Subject: [PATCH] CheckCommand: delete legacy code --- application/clicommands/CheckCommand.php | 4 ---- 1 file changed, 4 deletions(-) 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')); }