Skip to content

Commit 88a5c13

Browse files
committed
Revert disabling solutions
1 parent dc9fe3f commit 88a5c13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Http/Controllers/Forum/ThreadsController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ public function overview()
4949
}
5050

5151
$tags = Tag::orderBy('name')->get();
52-
// $mostSolutions = User::mostSolutions()->take(3)->get();
53-
$mostSolutions = [];
52+
$mostSolutions = User::mostSolutions()->take(3)->get();
5453

5554
return view('forum.overview', compact('threads', 'filter', 'tags', 'mostSolutions'));
5655
}

0 commit comments

Comments
 (0)