'inspection_deleted', 'inspection_id' => $this->inspection->id, 'project_id' => $this->inspection->project_id, 'feature_name' => $this->inspection->feature?->name ?? '—', 'template_name' => $this->inspection->template?->name ?? '—', 'deleted_by' => $this->deletedBy, 'message' => "Inspección eliminada en '{$this->inspection->feature?->name}' por {$this->deletedBy}", ]; } }