->where('reputation', '>', 0)

This commit is contained in:
HolgerHatGarKeineNode
2023-02-02 15:21:49 +01:00
parent 449c2af0c8
commit 4398613e90

View File

@@ -23,6 +23,7 @@ class HighscoreTable extends Component
->withCount([
'orangePills',
])
->where('reputation', '>', 0)
->orderByDesc('reputation')
->get(),
])->layout('layouts.app', [