parent
e827e6ddcf
commit
6b2f434f32
|
@ -2,7 +2,7 @@
|
|||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Icinga\Module\Monitoring\Installation;
|
||||
namespace Icinga\Module\Monitoring;
|
||||
|
||||
use Exception;
|
||||
use Zend_Config;
|
|
@ -2,7 +2,7 @@
|
|||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Icinga\Module\Monitoring\Installation;
|
||||
namespace Icinga\Module\Monitoring;
|
||||
|
||||
use Exception;
|
||||
use Zend_Config;
|
|
@ -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;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Icinga\Module\Monitoring\Installation;
|
||||
namespace Icinga\Module\Monitoring;
|
||||
|
||||
use Exception;
|
||||
use Zend_Config;
|
Loading…
Reference in New Issue