Commit df08144d authored by hangjun83's avatar hangjun83

财务开票模块更新

parent d71a660a
......@@ -61,9 +61,9 @@ class MailService{
});
}
public function sendMailToHtml($title, $toUser, $message)
public function sendMailToHtml($title, $toUser,$html)
{
$this->mailer->send('emails.invoice',$message,function($mail) use ($toUser, $title){
$this->mailer->html($html,function($mail) use ($toUser, $title){
$mail->to($toUser);
$mail->subject($title);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment