From 9932ca047fb7098614dc030ec6fa3fa3ad4f1404 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 29 Mar 2024 08:27:02 -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 b9ebc27..0d395b5 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -352,6 +352,7 @@ class ShowServicios extends Component $this->credenciales($historial); } else { + $eliminar = Historial_cuenta::where('historial_id',$historial->id)->delete(); $this->alert('warning', 'Error en el cobro, comuniquese con soporte!', [ 'position' => 'top' ]);