belongsTo(GameSession::class); } public function color() { return $this->belongsTo(PaletteColor::class); } }