Skip to content

Commit

Permalink
fix(动态): 修复动态话题下请求动态列表报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 9, 2018
1 parent 75ffd81 commit cb053a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/API2/Controllers/Feed/TopicFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __invoke(ListFeedsForATopicRequest $request, FeedTopicLinkModel
->withTrashed()
->with('certification');
},
'pinnedComments' => function ($query) {
'feed.pinnedComments' => function ($query) {
return $query->with([
'user',
'user.certification',
Expand Down

0 comments on commit cb053a9

Please sign in to comment.