user()?->currentWorkspace; if ($ws) { $this->workspaceName = $ws->name; $this->workspaceSlug = $ws->slug; $this->region = $ws->region ?? 'eu-central-1'; } } public bool $emailNotifications = true; public bool $slackNotifications = false; public bool $weeklyDigest = true; public string $section = 'workspace'; public function setSection(string $s): void { $this->section = $s; } public function with(): array { return [ 'sitesUsed' => Site::count(), 'sitesQuota' => 100, 'monthlyCost' => 249, ]; } }; ?>
Workspace löschen entfernt alle Sites, Server-Verbindungen und Backups unwiderruflich.