Skip to content

Commit ba9b3a2

Browse files
committed
remove typehint on $to in Send constructor to allow an array of emails
1 parent 9bebf22 commit ba9b3a2

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)