From f773ad7f641a2dbdfc233a5828416bdc64edb6f3 Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:51:46 -0500 Subject: [PATCH] Update ShowPromociones.php --- app/Http/Livewire/ShowPromociones.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Livewire/ShowPromociones.php b/app/Http/Livewire/ShowPromociones.php index aef0e28..db00400 100755 --- a/app/Http/Livewire/ShowPromociones.php +++ b/app/Http/Livewire/ShowPromociones.php @@ -28,6 +28,7 @@ use Intervention\Image\ImageManagerStatic as Img; use Illuminate\Support\Str; use Illuminate\Support\Facades\Storage; use Illuminate\Support\Facades\DB; +use Illuminate\Database\QueryException; use Exception; use Twilio\Rest\Client;