Move MakeDirStep to Icinga\Web\Setup

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-28 14:28:33 +01:00
parent d19d4b1a4c
commit a899070606
2 changed files with 2 additions and 4 deletions

View File

@ -19,7 +19,6 @@ use Icinga\Form\Setup\RequirementsPage;
use Icinga\Form\Setup\GeneralConfigPage;
use Icinga\Form\Setup\AuthenticationPage;
use Icinga\Form\Setup\DatabaseCreationPage;
use Icinga\Application\Installation\MakeDirStep;
use Icinga\Application\Installation\DatabaseStep;
use Icinga\Application\Installation\GeneralConfigStep;
use Icinga\Application\Installation\ResourceStep;
@ -29,6 +28,7 @@ use Icinga\Web\Wizard;
use Icinga\Web\Request;
use Icinga\Web\Setup\DbTool;
use Icinga\Web\Setup\Installer;
use Icinga\Web\Setup\MakeDirStep;
use Icinga\Web\Setup\SetupWizard;
use Icinga\Web\Setup\Requirements;

View File

@ -2,9 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Application\Installation;
use Icinga\Web\Setup\Step;
namespace Icinga\Web\Setup;
class MakeDirStep extends Step
{