monitoring: Add missing alias in the ConfigController after namespacing
This commit is contained in:
parent
15be844d76
commit
06c215f9a9
|
@ -3,6 +3,7 @@
|
|||
|
||||
namespace Icinga\Module\Monitoring\Controllers;
|
||||
|
||||
use Exception;
|
||||
use Icinga\Data\ResourceFactory;
|
||||
use Icinga\Exception\ConfigurationError;
|
||||
use Icinga\Forms\ConfirmRemovalForm;
|
||||
|
|
Loading…
Reference in New Issue