We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287bfe1 commit 33eda40Copy full SHA for 33eda40
packages/slimkit-plus-feed/src/API2/RankController.php
@@ -66,7 +66,7 @@ public function index(Request $request, FeedModel $feedModel, Carbon $datetime,
66
->where('audit_status', 1)
67
->with([
68
'user' => function ($query) {
69
- return $query->select('id', 'name', 'sex')->withTrashed();
+ return $query->select('id', 'name', 'sex', 'avatar')->withTrashed();
70
},
71
'user.extra',
72
])
0 commit comments