We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5268086 + a120180 commit e0a99ebCopy full SHA for e0a99eb
1 file changed
app/Http/Livewire/Dashboard/PrintServers.php
@@ -28,7 +28,7 @@ public function refresh()
28
$this->servers = $this
29
->team
30
->PrintServers()
31
- ->orderByRaw('ISNULL(last_active_at) DESC, last_active_at DESC')
+ ->orderByRaw('ISNULL(last_active_at) DESC, last_active_at ASC')
32
->limit(6)
33
->get();
34
}
0 commit comments