domain() !== null; } /** The HTTPS URL the panel is reachable at once a domain is configured. */ public function panelUrl(): ?string { $domain = $this->domain(); return $domain !== null ? 'https://'.$domain : null; } }