Fixed use-statement order
authorAlexander Ebert <ebert@woltlab.com>
Tue, 27 May 2014 16:28:45 +0000 (18:28 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 27 May 2014 16:28:45 +0000 (18:28 +0200)
wcfsetup/install/files/lib/acp/form/LabelGroupAddForm.class.php

index e08d1b2719c7397e71701aa6972a308f96745d55..3747eff284867fec2376f604437139867228799c 100644 (file)
@@ -1,14 +1,13 @@
 <?php
 namespace wcf\acp\form;
 use wcf\data\label\group\LabelGroupAction;
+use wcf\data\label\group\LabelGroupEditor;
 use wcf\data\object\type\ObjectTypeCache;
 use wcf\form\AbstractForm;
 use wcf\system\acl\ACLHandler;
 use wcf\system\exception\UserInputException;
 use wcf\system\language\I18nHandler;
 use wcf\system\WCF;
-use wcf\util\StringUtil;
-use wcf\data\label\group\LabelGroupEditor;
 
 /**
  * Shows the label group add form.