user = $user; $this->password = $password; } public function broadcastOn(): PrivateChannel { return new PrivateChannel('channel-name'); } }