*/ protected $fillable = [ 'username', 'user_id', 'scrubbed_by' ]; public function user() { return $this->belongsTo(User::class, 'user_id'); } }