historial_id

This commit is contained in:
lizandrogd
2025-02-27 15:19:52 -05:00
parent 0379968258
commit c0e3284c62
9 changed files with 54 additions and 2 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ class Bell extends Component
Log_general::create([
'user_id' => Auth::user()->id,
'detalle' => 'El usuario ' . Auth::user()->name . ' - ' . Auth::user()->email . ' ha reclamado el premio de $' . $notificacion->premio,
'tipo' => 'premio'
'tipo' => 'premio',
'historial_id' => null
]);
$this->reclamandoPremio = false;