Fixed fieldname in userlog
This commit is contained in:
@@ -15,7 +15,7 @@ class ActionLog extends Eloquent {
|
||||
}
|
||||
|
||||
public function userlog() {
|
||||
return $this->belongsTo('User','assigned_to');
|
||||
return $this->belongsTo('User','checkedout_to');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user