update
This commit is contained in:
@@ -11,6 +11,10 @@ class Historial_cuenta extends Model
|
||||
protected $fillable = [
|
||||
'historial_id',
|
||||
'cuenta_id',
|
||||
|
||||
];
|
||||
|
||||
public function historial()
|
||||
{
|
||||
return $this->belongsTo(Historiale::class, 'historial_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user