Changed logic in daily task report #1100

Merged
jothi merged 1 commits from ranjith-dev into master 2026-09-26 03:44:08 +00:00
Showing only changes of commit eb321d18eb - Show all commits

View File

@@ -107,7 +107,13 @@ class SendDailyTaskReport extends Command
// TO email
if (!empty($mailRule->email)) {
$toEmails[] = trim($mailRule->email);
$toEmails = array_merge(
$toEmails,
array_map(
'trim',
explode(',', $mailRule->email)
)
);
}
// CC emails