Add missing created_at and updated_at fields to fillable attributes in ProductionQuantity model
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user