team_slug = $team->slug; $this->mission_slug = $mission->slug; $this->score = $score; $this->complete = $complete; $this->team_score = $team_score; } /** * Get the channels the event should broadcast on. * * @return Channel|array */ public function broadcastOn() { return ['score']; } }