belongsTo('App\User', 'character_id', 'character_id'); } /** * The attributes that are mass assignable * * @var array */ protected $fillable = [ 'character_id', 'scope', ]; }