Remove unused alias in the RoleForm

This commit is contained in:
Eric Lippmann 2015-08-27 14:01:07 +02:00
parent a134522e9e
commit 898883f613
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ namespace Icinga\Forms\Security;
use Icinga\Exception\AlreadyExistsException;
use Icinga\Exception\NotFoundError;
use InvalidArgumentException;
use LogicException;
use Zend_Form_Element;
use Icinga\Application\Icinga;