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