cuenta
This commit is contained in:
@@ -17,4 +17,8 @@ class Historial_cuenta extends Model
|
||||
{
|
||||
return $this->belongsTo(Historiale::class, 'historial_id');
|
||||
}
|
||||
public function cuenta()
|
||||
{
|
||||
return $this->belongsTo(Cuentas::class, 'cuenta_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user