Added status column in panel box validation model file
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 27s

This commit is contained in:
dhanabalan
2026-09-07 11:29:21 +05:30
parent 0e7c1caf05
commit 3c8df64a00

View File

@@ -31,6 +31,7 @@ class PanelBoxValidation extends Model
'panel_box_code',
'inspection_lot_number',
'rework_count',
'status',
'created_by',
'updated_by'
];