teamId = $teamId; } public function broadcastOn(): array { return [ new PrivateChannel("team.{$this->teamId}"), ]; } }