diff --git a/application/forms/Security/RoleForm.php b/application/forms/Security/RoleForm.php index ee1b04759..4632dfcb1 100644 --- a/application/forms/Security/RoleForm.php +++ b/application/forms/Security/RoleForm.php @@ -3,11 +3,11 @@ namespace Icinga\Forms\Security; -use Icinga\Exception\AlreadyExistsException; -use Icinga\Exception\NotFoundError; use LogicException; use Zend_Form_Element; use Icinga\Application\Icinga; +use Icinga\Exception\AlreadyExistsException; +use Icinga\Exception\NotFoundError; use Icinga\Forms\ConfigForm; use Icinga\Util\String;