Fix duplicate entry of 'cc_emails' in fillable attributes of AlertMailRule model
This commit is contained in:
@@ -15,6 +15,7 @@ class AlertMailRule extends Model
|
|||||||
'plant',
|
'plant',
|
||||||
'rule_name',
|
'rule_name',
|
||||||
'email',
|
'email',
|
||||||
|
'cc_emails',
|
||||||
'schedule_type',
|
'schedule_type',
|
||||||
'created_at',
|
'created_at',
|
||||||
'updated_at',
|
'updated_at',
|
||||||
|
|||||||
Reference in New Issue
Block a user