'inspection_updated', 'inspection_id' => $this->inspection->id, 'project_id' => $this->inspection->project_id, 'feature_name' => $this->inspection->feature?->name ?? '—', 'template_name' => $this->inspection->template?->name ?? '—', 'result' => $this->inspection->result, 'changes' => $this->changes, 'message' => "Inspección actualizada en '{$this->inspection->feature?->name}'", ]; } }