From ebd72870be849d0b711e4e534670274b2a5b3cae Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Thu, 18 Jun 2026 12:59:00 -0500 Subject: [PATCH] Update ReversarCompra.php --- app/Http/Livewire/ReversarCompra.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Http/Livewire/ReversarCompra.php b/app/Http/Livewire/ReversarCompra.php index f1a3e62..24df868 100644 --- a/app/Http/Livewire/ReversarCompra.php +++ b/app/Http/Livewire/ReversarCompra.php @@ -9,10 +9,12 @@ use App\Models\Saldo; use App\Models\User; use Livewire\Component; use Livewire\WithPagination; +use Jantinnerezo\LivewireAlert\LivewireAlert; use Illuminate\Support\Facades\DB; class ReversarCompra extends Component { + use LivewireAlert; use WithPagination; public $buscar;