From: Matthias Schmidt Date: Tue, 13 May 2014 19:34:15 +0000 (+0200) Subject: Fix use order X-Git-Tag: 2.1.0_Alpha_1~832 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9f0c986ef8eba011d647c4755c23a1672974c0a6;p=GitHub%2FWoltLab%2FWCF.git Fix use order --- diff --git a/wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignmentEditor.class.php b/wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignmentEditor.class.php index 1ae5a6b1af..ec40417687 100644 --- a/wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignmentEditor.class.php +++ b/wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignmentEditor.class.php @@ -3,8 +3,8 @@ namespace wcf\data\user\group\assignment; use wcf\data\object\type\ObjectTypeCache; use wcf\data\DatabaseObjectEditor; use wcf\data\IEditableCachedObject; -use wcf\system\cache\builder\UserGroupAssignmentCacheBuilder; use wcf\system\cache\builder\ConditionCacheBuilder; +use wcf\system\cache\builder\UserGroupAssignmentCacheBuilder; /** * Executes user group assignment-related actions.