1
0
forked from poc/pds

Removed email method from characteristic approver master resource page and added logic multiple mail in trigger pending approval mail page

This commit is contained in:
dhanabalan
2026-04-09 09:05:52 +05:30
parent 97f93c7938
commit f5014af3ea
2 changed files with 3 additions and 4 deletions

View File

@@ -371,7 +371,9 @@ class TriggerPendingApprovalMails extends Command
$subjectLine = 'Quality Approval Mail';
Mail::to($mail)->send(
$emails = array_map('trim', explode(',', $mail));
Mail::to($emails)->send(
new CharacteristicApprovalMail(
$first,
$name,