From d7eed383b503a900a549e8c7917f9b8862f76fe3 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 2 Nov 2017 15:24:15 +0100 Subject: [PATCH] Fixed use-statement order --- .../lib/data/comment/response/CommentResponseAction.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/data/comment/response/CommentResponseAction.class.php b/wcfsetup/install/files/lib/data/comment/response/CommentResponseAction.class.php index 12dbbbbb6c..57ec07304b 100644 --- a/wcfsetup/install/files/lib/data/comment/response/CommentResponseAction.class.php +++ b/wcfsetup/install/files/lib/data/comment/response/CommentResponseAction.class.php @@ -7,8 +7,8 @@ use wcf\data\object\type\ObjectType; use wcf\data\object\type\ObjectTypeCache; use wcf\data\AbstractDatabaseObjectAction; use wcf\system\bbcode\BBCodeHandler; -use wcf\system\comment\CommentHandler; use wcf\system\comment\manager\ICommentManager; +use wcf\system\comment\CommentHandler; use wcf\system\exception\PermissionDeniedException; use wcf\system\exception\UserInputException; use wcf\system\html\input\HtmlInputProcessor; -- 2.20.1