Fixed use order
authorMarcel Werk <burntime@woltlab.com>
Wed, 9 Oct 2013 12:15:59 +0000 (14:15 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 9 Oct 2013 12:15:59 +0000 (14:15 +0200)
wcfsetup/install/files/lib/system/importer/AbstractAttachmentImporter.class.php

index c11a5e277873b0b941bd820740e8f25a9e155a5d..233bc63960b73f87a8e64ebf84d66fb00ab4e098 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 namespace wcf\system\importer;
-use wcf\data\attachment\AttachmentEditor;
 use wcf\data\attachment\Attachment;
+use wcf\data\attachment\AttachmentEditor;
 use wcf\system\exception\SystemException;
 use wcf\util\StringUtil;