From fa88c518b3bc6ba2aa1282615c4beb8836b2e3bf Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Sat, 5 Apr 2025 12:07:52 -0500 Subject: [PATCH] Update ShowServicios.php --- app/Http/Livewire/ShowServicios.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index 5cd10cc..10e4589 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -107,7 +107,7 @@ class ShowServicios extends Component ]); } ]) - //->orderBy('updated_at', 'desc') + ->orderBy('id') ->get();