Optimize imports

This commit is contained in:
Eric Lippmann 2019-07-12 10:24:40 +02:00 committed by Johannes Meyer
parent 6bb285f7b5
commit 749ca88dab
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@
namespace Icinga\Forms; namespace Icinga\Forms;
use Exception; use Exception;
use Icinga\Application\Hook\ConfigFormEventsHook;
use Icinga\Exception\ConfigurationError;
use Zend_Form_Decorator_Abstract; use Zend_Form_Decorator_Abstract;
use Icinga\Application\Config; use Icinga\Application\Config;
use Icinga\Application\Hook\ConfigFormEventsHook;
use Icinga\Exception\ConfigurationError;
use Icinga\Web\Form; use Icinga\Web\Form;
use Icinga\Web\Notification; use Icinga\Web\Notification;