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