In laravel 7 app I have request with creator:
$forumThreads = ForumThread ::with(\'creator\') ->getByForumId($forum_id)