*/ public function broadcastOn(): array { return [ new PrivateChannel('User.' . $this->user->id), ]; } }