Optimize imports
This commit is contained in:
parent
6bb285f7b5
commit
749ca88dab
|
@ -4,10 +4,10 @@
|
|||
namespace Icinga\Forms;
|
||||
|
||||
use Exception;
|
||||
use Icinga\Application\Hook\ConfigFormEventsHook;
|
||||
use Icinga\Exception\ConfigurationError;
|
||||
use Zend_Form_Decorator_Abstract;
|
||||
use Icinga\Application\Config;
|
||||
use Icinga\Application\Hook\ConfigFormEventsHook;
|
||||
use Icinga\Exception\ConfigurationError;
|
||||
use Icinga\Web\Form;
|
||||
use Icinga\Web\Notification;
|
||||
|
||||
|
|
Loading…
Reference in New Issue