Add missing aliases to the RoleController after namespacing

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 13:44:00 +02:00
parent f09c27aa51
commit 6375d1d427
1 changed files with 2 additions and 0 deletions

View File

@ -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;