Skip to content

Commit da4b357

Browse files
committed
Fix broken imports
1 parent c4d4d25 commit da4b357

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wcfsetup/install/files/lib/data/article/ArticleAction.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace wcf\data\article;
44

5+
use wcf\command\article\DisableI18n;
6+
use wcf\command\article\EnableI18n;
57
use wcf\command\article\MarkAllArticlesAsRead;
68
use wcf\command\article\MarkArticleAsRead;
79
use wcf\command\article\PublishArticle;
@@ -15,8 +17,6 @@
1517
use wcf\data\article\content\ArticleContent;
1618
use wcf\data\article\content\ArticleContentEditor;
1719
use wcf\data\language\Language;
18-
use wcf\system\article\command\DisableI18n;
19-
use wcf\system\article\command\EnableI18n;
2020
use wcf\system\attachment\AttachmentHandler;
2121
use wcf\system\clipboard\ClipboardHandler;
2222
use wcf\system\comment\CommentHandler;

0 commit comments

Comments
 (0)