Optimize imports in the RoleForm

This commit is contained in:
Eric Lippmann 2015-08-27 14:01:29 +02:00
parent 898883f613
commit 8af77e49e9
1 changed files with 2 additions and 2 deletions

View File

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