monitoring: Use the module's base controller in the ConfigController

refs #9651
This commit is contained in:
Johannes Meyer 2015-08-31 11:04:34 +02:00
parent e04c19a819
commit 6f6e991fd0
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@
use Icinga\Data\ResourceFactory;
use Icinga\Exception\ConfigurationError;
use Icinga\Forms\ConfirmRemovalForm;
use Icinga\Web\Controller;
use Icinga\Web\Notification;
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;