From 5c285e91deb7f98d647422a007550a58415de706 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:22:03 -0500 Subject: [PATCH] Update ShowServicios.php --- app/Http/Livewire/ShowServicios.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index fc5435b..2cdacab 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -110,6 +110,7 @@ class ShowServicios extends Component ]); } ]) + ->orderBy('updated_at', 'desc') ->get();