diff --git a/app/Livewire/PanelCheckList.php b/app/Livewire/PanelCheckList.php index 702afd5..28f4663 100644 --- a/app/Livewire/PanelCheckList.php +++ b/app/Livewire/PanelCheckList.php @@ -196,7 +196,8 @@ public $records = []; 'observed_value' => $value ?? null, 'status' => $status, 'inspection_status' => $finalInspectionStatus ?? null, - 'created_by' => $this->data['operator_id'] ?? null, + 'created_by' => $this->data['created_by'] ?? null, + 'updated_by' => $this->data['updated_by'] ?? null, ]); }