nuevo formulario
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user