We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d4d25 commit da4b357Copy full SHA for da4b357
1 file changed
wcfsetup/install/files/lib/data/article/ArticleAction.class.php
@@ -2,6 +2,8 @@
2
3
namespace wcf\data\article;
4
5
+use wcf\command\article\DisableI18n;
6
+use wcf\command\article\EnableI18n;
7
use wcf\command\article\MarkAllArticlesAsRead;
8
use wcf\command\article\MarkArticleAsRead;
9
use wcf\command\article\PublishArticle;
@@ -15,8 +17,6 @@
15
17
use wcf\data\article\content\ArticleContent;
16
18
use wcf\data\article\content\ArticleContentEditor;
19
use wcf\data\language\Language;
-use wcf\system\article\command\DisableI18n;
-use wcf\system\article\command\EnableI18n;
20
use wcf\system\attachment\AttachmentHandler;
21
use wcf\system\clipboard\ClipboardHandler;
22
use wcf\system\comment\CommentHandler;
0 commit comments