debugging

This commit is contained in:
2018-11-10 15:10:11 -06:00
parent 7d44a0e15d
commit 712275c03f
+1 -1
View File
@@ -23,6 +23,6 @@ class UserRole extends Model
];
public function user() {
return $this->belongsTo('App\User', 'character_id', 'user_id');
return $this->belongsTo('App\User', 'character_id', 'character_id');
}
}