Fixed use-order / cleanup
authorAlexander Ebert <ebert@woltlab.com>
Mon, 20 Jun 2016 16:00:03 +0000 (18:00 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 20 Jun 2016 16:00:11 +0000 (18:00 +0200)
wcfsetup/install/files/lib/page/AbstractArticlePage.class.php

index 4f40f476ac6fb0771171968a98abefaf5ee51f95..ea9afa430ad4adc47404009ba61fc6d7a0abbec5 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 namespace wcf\page;
-use wcf\data\article\AccessibleArticleList;
-use wcf\data\article\CategoryArticleList;
 use wcf\data\article\content\ViewableArticleContent;
+use wcf\data\article\AccessibleArticleList;
 use wcf\data\article\ArticleEditor;
 use wcf\data\article\ViewableArticle;
 use wcf\system\database\util\PreparedStatementConditionBuilder;