up
This commit is contained in:
@@ -18,6 +18,6 @@ class CompatibilidadDgo extends Model
|
||||
|
||||
public function historial()
|
||||
{
|
||||
return $this->belongsTo(Historiale::class);
|
||||
return $this->belongsTo(Historiale::class, 'historial_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user