/user/{name}/okazu にもいいねしたユーザーのアイコンを表示する

This commit is contained in:
shibafu 2020-05-14 01:18:14 +09:00
parent 882f239d58
commit 59c6e4a52a
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ SQL
}
$ejaculations = $query->orderBy('ejaculated_date', 'desc')
->with('tags')
->withLikes()
->paginate(20);
return view('user.profile')->with(compact('user', 'ejaculations'));