From 65433490de4b9305f04d05c20d14cd2c2a56bf36 Mon Sep 17 00:00:00 2001 From: Juan Felipe Duarte <70235683+DuarteJFelipe@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:45:26 -0700 Subject: [PATCH] update --- app/Http/Livewire/ShowPromociones.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Livewire/ShowPromociones.php b/app/Http/Livewire/ShowPromociones.php index 905301a..f2c00a4 100755 --- a/app/Http/Livewire/ShowPromociones.php +++ b/app/Http/Livewire/ShowPromociones.php @@ -137,8 +137,7 @@ class ShowPromociones extends Component ]); } - public function -($id) + public function verPromocion($id) { $consulta_verpromocion = Promociones::with('tarifas')->where('id', $id)->with([ 'usuario_promos' => function ($query) {