From 86e7c58555403fafaed095e05b415ca86ce4c44e Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 31 Jul 2017 15:39:54 +0200 Subject: [PATCH] Fix use order in `UserTrophyReceivedNotificationEvent` --- .../event/UserTrophyReceivedNotificationEvent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/user/notification/event/UserTrophyReceivedNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/UserTrophyReceivedNotificationEvent.class.php index ef27e00b44..483bd8a5a2 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/UserTrophyReceivedNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/UserTrophyReceivedNotificationEvent.class.php @@ -22,8 +22,8 @@ use wcf\system\user\notification\TestableUserNotificationEventHandler; * @method UserTrophyNotificationObject getUserNotificationObject() */ class UserTrophyReceivedNotificationEvent extends AbstractUserNotificationEvent implements ITestableUserNotificationEvent { - use TTestableUserNotificationEvent; use TTestableCategorizedUserNotificationEvent; + use TTestableUserNotificationEvent; /** * @inheritDoc -- 2.20.1