mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
->where('reputation', '>', 0)
This commit is contained in:
@@ -23,6 +23,7 @@ class HighscoreTable extends Component
|
||||
->withCount([
|
||||
'orangePills',
|
||||
])
|
||||
->where('reputation', '>', 0)
|
||||
->orderByDesc('reputation')
|
||||
->get(),
|
||||
])->layout('layouts.app', [
|
||||
|
||||
Reference in New Issue
Block a user