mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Optimize imports
This commit is contained in:
parent
6bb285f7b5
commit
749ca88dab
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue