From 4199e642ef09458c2daad5338e206fea64d64a61 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 24 Jun 2014 21:53:44 +0200 Subject: [PATCH] GeneralForm: reorganize use definitions --- application/forms/Config/GeneralForm.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/application/forms/Config/GeneralForm.php b/application/forms/Config/GeneralForm.php index 0555c700e..1ff21bfd1 100644 --- a/application/forms/Config/GeneralForm.php +++ b/application/forms/Config/GeneralForm.php @@ -30,15 +30,15 @@ namespace Icinga\Form\Config; -use \DateTimeZone; -use \Zend_Config; -use \Zend_Form_Element_Select; -use \Icinga\Application\Config as IcingaConfig; -use \Icinga\Data\ResourceFactory; -use \Icinga\Web\Form; -use \Icinga\Util\Translator; -use \Icinga\Web\Form\Validator\WritablePathValidator; -use \Icinga\Web\Form\Decorator\ConditionalHidden; +use Icinga\Application\Config as IcingaConfig; +use Icinga\Data\ResourceFactory; +use Icinga\Web\Form; +use Icinga\Util\Translator; +use Icinga\Web\Form\Validator\WritablePathValidator; +use Icinga\Web\Form\Decorator\ConditionalHidden; +use DateTimeZone; +use Zend_Form_Element_Select; +use Zend_Config; /** * Configuration form for general, application-wide settings