Optimize imports in the RoleForm
This commit is contained in:
parent
898883f613
commit
8af77e49e9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue