Fix use order in `UserTrophyReceivedNotificationEvent`
authorMatthias Schmidt <gravatronics@live.com>
Mon, 31 Jul 2017 13:39:54 +0000 (15:39 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 31 Jul 2017 13:39:54 +0000 (15:39 +0200)
wcfsetup/install/files/lib/system/user/notification/event/UserTrophyReceivedNotificationEvent.class.php

index ef27e00b441ee8e064892938a5cfb43ea8aead5d..483bd8a5a2d5d0a90230c1d98f5ed130119da073 100644 (file)
@@ -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