nuevo formulario

This commit is contained in:
Lizandro Guarnizo
2026-06-18 11:06:49 -05:00
parent 155450b676
commit 0282645c08
9 changed files with 231 additions and 3 deletions
+5
View File
@@ -52,4 +52,9 @@ class Historiale extends Model
{
return $this->belongsToMany(Cuentas::class, 'logs', 'historial_id', 'cuenta_id');
}
public function compatibilidadDgo()
{
return $this->hasOne(CompatibilidadDgo::class);
}
}