update
This commit is contained in:
@@ -16,11 +16,15 @@ class Log_general extends Model
|
||||
'detalle',
|
||||
'tipo',
|
||||
'historial_id'
|
||||
|
||||
];
|
||||
|
||||
public function user()
|
||||
{
|
||||
return $this->belongsTo(User::class);
|
||||
}
|
||||
|
||||
public function historial()
|
||||
{
|
||||
return $this->belongsTo(Historiale::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user