Do not use Installer anywhere. ²

"It's setup."

refs #7163
This commit is contained in:
Johannes Meyer 2014-11-10 16:53:28 +01:00
parent e827e6ddcf
commit 6b2f434f32
4 changed files with 3 additions and 6 deletions

View File

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Module\Monitoring\Installation;
namespace Icinga\Module\Monitoring;
use Exception;
use Zend_Config;

View File

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Module\Monitoring\Installation;
namespace Icinga\Module\Monitoring;
use Exception;
use Zend_Config;

View File

@ -12,9 +12,6 @@ use Icinga\Module\Setup\SetupWizard;
use Icinga\Module\Setup\Requirements;
use Icinga\Module\Setup\Utils\MakeDirStep;
use Icinga\Module\Setup\Utils\EnableModuleStep;
use Icinga\Module\Monitoring\Installation\BackendStep;
use Icinga\Module\Monitoring\Installation\InstanceStep;
use Icinga\Module\Monitoring\Installation\SecurityStep;
use Icinga\Module\Setup\Form\SummaryPage;
use Icinga\Module\Monitoring\Form\Setup\WelcomePage;
use Icinga\Module\Monitoring\Form\Setup\BackendPage;

View File

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Module\Monitoring\Installation;
namespace Icinga\Module\Monitoring;
use Exception;
use Zend_Config;