From 49a13ec47e0088c79fca46e8a94d9b35bafffc07 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 8 Oct 2013 15:33:20 +0200 Subject: [PATCH] Fixed use-statement order --- .../install/files/lib/system/option/OptionHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1