Skip to content

Commit

Permalink
Move Icinga\Form\Config\ConfirmRemovalForm to Icinga\Form
Browse files Browse the repository at this point in the history
This is a generic form not necessarily being used just for configuration
purposes.

refs #5525
  • Loading branch information
Johannes Meyer committed Sep 1, 2014
1 parent cd8015f commit 0e63e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/controllers/ConfigController.php
Expand Up @@ -13,7 +13,7 @@
use Icinga\Form\Config\AuthenticationBackendReorderForm;
use Icinga\Form\Config\AuthenticationBackendConfigForm;
use Icinga\Form\Config\ResourceForm;
use Icinga\Form\Config\ConfirmRemovalForm;
use Icinga\Form\ConfirmRemovalForm;
use Icinga\Config\PreservingIniWriter;
use Icinga\Data\ResourceFactory;

Expand Down
Expand Up @@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}

namespace Icinga\Form\Config;
namespace Icinga\Form;

use Icinga\Web\Form;

Expand Down
Expand Up @@ -5,7 +5,7 @@
use Icinga\Config\PreservingIniWriter;
use Icinga\Web\Controller\ModuleActionController;
use Icinga\Web\Notification;
use Icinga\Form\Config\ConfirmRemovalForm;
use Icinga\Form\ConfirmRemovalForm;
use Icinga\Module\Monitoring\Form\Config\BackendForm;
use Icinga\Module\Monitoring\Form\Config\InstanceForm;
use Icinga\Module\Monitoring\Form\Config\SecurityForm;
Expand Down

0 comments on commit 0e63e36

Please sign in to comment.