Commit d71a660a authored by hangjun83's avatar hangjun83

财务开票模块更新

parent dfb6c595
...@@ -63,7 +63,7 @@ class MailService{ ...@@ -63,7 +63,7 @@ class MailService{
public function sendMailToHtml($title, $toUser, $message) public function sendMailToHtml($title, $toUser, $message)
{ {
$this->mailer->send('emails.invoice',['message'=> $message],function($mail) use ($toUser, $title){ $this->mailer->send('emails.invoice',$message,function($mail) use ($toUser, $title){
$mail->to($toUser); $mail->to($toUser);
$mail->subject($title); $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