From 06c215f9a975f989ad9d3c2e2762e6e048c9b93e Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 27 Aug 2015 16:06:26 +0200 Subject: [PATCH] monitoring: Add missing alias in the ConfigController after namespacing --- modules/monitoring/application/controllers/ConfigController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/application/controllers/ConfigController.php b/modules/monitoring/application/controllers/ConfigController.php index ca1a4b7f8..d00f271ea 100644 --- a/modules/monitoring/application/controllers/ConfigController.php +++ b/modules/monitoring/application/controllers/ConfigController.php @@ -3,6 +3,7 @@ namespace Icinga\Module\Monitoring\Controllers; +use Exception; use Icinga\Data\ResourceFactory; use Icinga\Exception\ConfigurationError; use Icinga\Forms\ConfirmRemovalForm;