From e0415efbfe1aff345a4ebb5ddbf4d81db53978c9 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 31 Jul 2017 12:50:05 +0200 Subject: [PATCH] Stop using deprecated `IStackableUserNotificationObject` interface --- .../ConversationMessageUserNotificationObject.class.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php b/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php index 5ee365e..09d737f 100644 --- a/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php +++ b/files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php @@ -15,7 +15,7 @@ use wcf\system\request\LinkHandler; * @method ConversationMessage getDecoratedObject() * @mixin ConversationMessage */ -class ConversationMessageUserNotificationObject extends DatabaseObjectDecorator implements IStackableUserNotificationObject { +class ConversationMessageUserNotificationObject extends DatabaseObjectDecorator { /** * @inheritDoc */ @@ -44,11 +44,4 @@ class ConversationMessageUserNotificationObject extends DatabaseObjectDecorator public function getAuthorID() { return $this->userID; } - - /** - * @inheritDoc - */ - public function getRelatedObjectID() { - return $this->conversationID; - } } -- 2.20.1