Fix duplicate entry of 'cc_emails' in fillable attributes of AlertMailRule model

This commit is contained in:
dhanabalan
2025-11-02 16:59:34 +05:30
parent 853cdcf1a1
commit 08ad41ef58

View File

@@ -15,6 +15,7 @@ class AlertMailRule extends Model
'plant',
'rule_name',
'email',
'cc_emails',
'schedule_type',
'created_at',
'updated_at',