1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 06:57:54 +02:00

fix: load actor.groups (#3716)

This commit is contained in:
IanM
2023-01-09 11:00:46 +00:00
committed by GitHub
parent d7b9a03f31
commit 1e8a0f930d

View File

@@ -25,7 +25,7 @@ class ShowForumController extends AbstractShowController
/**
* {@inheritdoc}
*/
public $include = ['groups', 'actor'];
public $include = ['groups', 'actor', 'actor.groups'];
/**
* {@inheritdoc}