From c27ee727a100342239e5f2d4c0ae2d13ca381a6e Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Mon, 14 Apr 2025 18:16:51 -0500 Subject: [PATCH] Update ShowPromociones.php --- app/Http/Livewire/ShowPromociones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/ShowPromociones.php b/app/Http/Livewire/ShowPromociones.php index 99e2f50..d60ca4f 100755 --- a/app/Http/Livewire/ShowPromociones.php +++ b/app/Http/Livewire/ShowPromociones.php @@ -287,7 +287,7 @@ class ShowPromociones extends Component ->where('estado', 'pendiente'); $cuenta = Cuentas::fromSub($baseQuery, 'alias') - ->where('historiales_count', '==', 0) + ->where('historiales_count', '=', 0) ->orderBy('inicio', 'ASC') ->first();