ConfigController: inherit from Icinga\Web\Controller directly

refs #11392
This commit is contained in:
Alexander A. Klimov 2016-04-25 17:22:13 +02:00
parent aa57981b3e
commit 4b9a20f239
1 changed files with 1 additions and 1 deletions

View File

@ -8,9 +8,9 @@ use Icinga\Data\ResourceFactory;
use Icinga\Exception\ConfigurationError;
use Icinga\Exception\NotFoundError;
use Icinga\Forms\ConfirmRemovalForm;
use Icinga\Web\Controller;
use Icinga\Web\Notification;
use Icinga\Module\Monitoring\Backend;
use Icinga\Module\Monitoring\Controller;
use Icinga\Module\Monitoring\Forms\Config\BackendConfigForm;
use Icinga\Module\Monitoring\Forms\Config\SecurityConfigForm;
use Icinga\Module\Monitoring\Forms\Config\TransportConfigForm;