From 9f0c986ef8eba011d647c4755c23a1672974c0a6 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 13 May 2014 21:34:15 +0200 Subject: [PATCH] Fix use order --- .../user/group/assignment/UserGroupAssignmentEditor.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1