diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index 99c4b98..12c61c1 100644 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -165,6 +165,7 @@ SQL } $ejaculations = $query->orderBy('ejaculated_date', 'desc') ->with('tags') + ->withLikes() ->paginate(20); return view('user.profile')->with(compact('user', 'ejaculations'));