Skip to content

Commit ee71344

Browse files
authored
Merge pull request #39 from kirschbaum-development/issue-25-allow-array-for-to-emails
Allow multiple emails for model "To"
2 parents b8fd726 + ba9b3a2 commit ee71344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mail/Send.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct(
5656
Model $model,
5757
?NovaMailTemplate $mailTemplate,
5858
string $content,
59-
string $to,
59+
$to,
6060
string $subject,
6161
$mailEvent = null,
6262
$sendDelayInMinutes = 0

0 commit comments

Comments
 (0)