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