From 8af77e49e969ff3479372af81f63a9b63f00a1ff Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 27 Aug 2015 14:01:29 +0200 Subject: [PATCH] Optimize imports in the RoleForm --- application/forms/Security/RoleForm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;