From 060c3e9c94342abdecffeadf13f06ee3fa86fe55 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 26 Feb 2026 08:50:59 +0530 Subject: [PATCH] Added created_at and updated_at column on model file --- app/Models/InvoiceValidation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/InvoiceValidation.php b/app/Models/InvoiceValidation.php index 9245695..10fa6a6 100644 --- a/app/Models/InvoiceValidation.php +++ b/app/Models/InvoiceValidation.php @@ -33,6 +33,8 @@ class InvoiceValidation extends Model 'operator_id', 'created_by', 'updated_by', + 'created_at', + 'updated_at', ]; public function plant(): BelongsTo