From: Alexander Ebert Date: Tue, 8 Oct 2013 13:33:20 +0000 (+0200) Subject: Fixed use-statement order X-Git-Tag: 2.0.0_Beta_11~61 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=49a13ec47e0088c79fca46e8a94d9b35bafffc07;p=GitHub%2FWoltLab%2FWCF.git Fixed use-statement order --- diff --git a/wcfsetup/install/files/lib/system/option/OptionHandler.class.php b/wcfsetup/install/files/lib/system/option/OptionHandler.class.php index 133b35c9f1..9691be9b0f 100644 --- a/wcfsetup/install/files/lib/system/option/OptionHandler.class.php +++ b/wcfsetup/install/files/lib/system/option/OptionHandler.class.php @@ -3,9 +3,9 @@ namespace wcf\system\option; use wcf\data\option\category\OptionCategory; use wcf\data\option\Option; use wcf\system\application\ApplicationHandler; +use wcf\system\event\EventHandler; use wcf\system\exception\SystemException; use wcf\system\exception\UserInputException; -use wcf\system\event\EventHandler; use wcf\system\language\I18nHandler; use wcf\system\WCF; use wcf\util\ClassUtil;