From 08ad41ef58864d832010a0368a40b6d3252ae37f Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sun, 2 Nov 2025 16:59:34 +0530 Subject: [PATCH] Fix duplicate entry of 'cc_emails' in fillable attributes of AlertMailRule model --- app/Models/AlertMailRule.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/AlertMailRule.php b/app/Models/AlertMailRule.php index b64272f..2d7c358 100644 --- a/app/Models/AlertMailRule.php +++ b/app/Models/AlertMailRule.php @@ -15,6 +15,7 @@ class AlertMailRule extends Model 'plant', 'rule_name', 'email', + 'cc_emails', 'schedule_type', 'created_at', 'updated_at',