We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b49da3 + df8a66d commit 2a2a195Copy full SHA for 2a2a195
1 file changed
app/Http/Livewire/Administration/ActivityLogs.php
@@ -24,6 +24,7 @@ public function mount(): void
24
public function render()
25
{
26
$query = Activity::query();
27
+ $query->orderby('created_at', 'desc');
28
if ($this->search) {
29
$query->where('description', 'like', '%' . $this->search . '%');
30
}
0 commit comments