From 59bd842990a0af8e4e8a5cdcf78bf0f6ebf19dcd Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:26:58 -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 2cdacab..b9ebc27 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -110,7 +110,7 @@ class ShowServicios extends Component ]); } ]) - ->orderBy('updated_at', 'desc') + //->orderBy('updated_at', 'desc') ->get();