1
0
forked from poc/pds

Add missing created_at and updated_at fields to fillable attributes in ProductionQuantity model

This commit is contained in:
dhanabalan
2025-09-09 19:03:13 +05:30
parent ffa2b1f783
commit 8813567f0b

View File

@@ -22,6 +22,12 @@ class ProductionQuantity extends Model
"serial_number",
"production_order",
"operator_id",
// "success_status",
// "no_of_employee",
// "list_of_employee",
"created_at",
"updated_at"
];
public function plant(): BelongsTo