mirror of
https://github.com/flarum/core.git
synced 2025-10-10 22:44:25 +02:00
Remove default relationships from serializers
This commit is contained in:
@@ -51,7 +51,7 @@ class ShowAction extends SerializeResourceAction
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public static $link = ['posts'];
|
||||
public static $link = ['posts', 'posts.discussion'];
|
||||
|
||||
/**
|
||||
* The fields that are available to be sorted by.
|
||||
|
Reference in New Issue
Block a user