/user/{name}/okazu にもいいねしたユーザーのアイコンを表示する
This commit is contained in:
parent
882f239d58
commit
59c6e4a52a
@ -165,6 +165,7 @@ SQL
|
||||
}
|
||||
$ejaculations = $query->orderBy('ejaculated_date', 'desc')
|
||||
->with('tags')
|
||||
->withLikes()
|
||||
->paginate(20);
|
||||
|
||||
return view('user.profile')->with(compact('user', 'ejaculations'));
|
||||
|
Loading…
Reference in New Issue
Block a user