From 4bede59dfcfa9fa549126803f4bf114620317343 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sun, 11 Feb 2018 16:41:23 +0100 Subject: [PATCH] Adapt comment for flarum/core#875 --- extensions/tags/src/Listener/AddForumTagsRelationship.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/tags/src/Listener/AddForumTagsRelationship.php b/extensions/tags/src/Listener/AddForumTagsRelationship.php index 8c542b272..697b83cbd 100755 --- a/extensions/tags/src/Listener/AddForumTagsRelationship.php +++ b/extensions/tags/src/Listener/AddForumTagsRelationship.php @@ -64,7 +64,7 @@ class AddForumTagsRelationship public function loadTagsRelationship(WillSerializeData $event) { // Expose the complete tag list to clients by adding it as a - // relationship to the /api/forum endpoint. Since the Forum model + // relationship to the /api endpoint. Since the Forum model // doesn't actually have a tags relationship, we will manually load and // assign the tags data to it using an event listener. if ($event->isController(ShowForumController::class)) {