mirror of
https://github.com/flarum/core.git
synced 2025-07-14 21:36:25 +02:00
Rename discussion.lastPostedUser
This commit is contained in:
@ -31,7 +31,7 @@ class ListDiscussionsController extends AbstractListController
|
||||
*/
|
||||
public $include = [
|
||||
'user',
|
||||
'lastUser',
|
||||
'lastPostedUser',
|
||||
'mostRelevantPost',
|
||||
'mostRelevantPost.user'
|
||||
];
|
||||
|
Reference in New Issue
Block a user