adapter->hasValidSubscription()) { return []; } return [ 'support' => [ 'hasValidSubscription' => true, 'desktopEnterpriseChannel' => $this->config->getSystemValueString('desktopEnterpriseChannel', 'enterprise'), ], ]; } }