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([
|
->withCount([
|
||||||
'orangePills',
|
'orangePills',
|
||||||
])
|
])
|
||||||
|
->where('reputation', '>', 0)
|
||||||
->orderByDesc('reputation')
|
->orderByDesc('reputation')
|
||||||
->get(),
|
->get(),
|
||||||
])->layout('layouts.app', [
|
])->layout('layouts.app', [
|
||||||
|
|||||||
Reference in New Issue
Block a user