Fixed fieldname in userlog

This commit is contained in:
snipe
2013-11-19 05:30:04 -05:00
parent ea312fc161
commit 5b27a34f05
+1 -1
View File
@@ -15,7 +15,7 @@ class ActionLog extends Eloquent {
}
public function userlog() {
return $this->belongsTo('User','assigned_to');
return $this->belongsTo('User','checkedout_to');
}