Fixed use-statement order
authorAlexander Ebert <ebert@woltlab.com>
Tue, 8 Oct 2013 13:33:20 +0000 (15:33 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 8 Oct 2013 13:33:20 +0000 (15:33 +0200)
wcfsetup/install/files/lib/system/option/OptionHandler.class.php

index 133b35c9f163147cadf72c274f05a9b65338d8dc..9691be9b0f8b8cb4c43789518493840904a17362 100644 (file)
@@ -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;