belongsTo(GameSession::class); } public function color() { return $this->belongsTo(PaletteColor::class, 'palette_color_id'); } public function updatedBy() { return $this->belongsTo(TwitchUser::class, 'updated_by'); } }