From 6375d1d4279d22be223ee0961ae2239eb905e9fd Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 27 Aug 2015 13:44:00 +0200 Subject: [PATCH] Add missing aliases to the RoleController after namespacing refs #5786 --- application/controllers/RoleController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/RoleController.php b/application/controllers/RoleController.php index 9485af95e..795630280 100644 --- a/application/controllers/RoleController.php +++ b/application/controllers/RoleController.php @@ -3,6 +3,8 @@ namespace Icinga\Controllers; +use InvalidArgumentException; +use Zend_Controller_Action_Exception; use Icinga\Application\Config; use Icinga\Forms\ConfirmRemovalForm; use Icinga\Forms\Security\RoleForm;