oei
This commit is contained in:
parent
7b39edd094
commit
7aacad4e09
|
|
@ -26,6 +26,7 @@ class ReportMailer extends Mailable
|
|||
public function __construct(ProjectMailing $mailing)
|
||||
{
|
||||
$this->mailing = $mailing;
|
||||
$this->to($mailing->recipients()->pluck('email')->toArray());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue