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();