$this->workspace->id, 'workspace_name' => $this->workspace->name, 'workspace_slug' => $this->workspace->slug, 'feature_code' => $this->feature->code, 'feature_name' => $this->feature->name, 'used' => $this->used, 'limit' => $this->limit, 'percentage' => 100, 'remaining' => 0, ]; } public function message(): string { return "Limit reached: {$this->feature->name} at 100% ({$this->used}/{$this->limit}) for workspace {$this->workspace->name}"; } }