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