Skip to content

Commit

Permalink
Allow customization of email body and attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-- authored Feb 2, 2018
1 parent 0cd8899 commit 740cc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Mail/Mailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ public function send(MailerContract $mailer)
$this->buildFrom($message)
->buildRecipients($message)
->buildSubject($message)
->buildAttachments($message)
->runCallbacks($message);
->runCallbacks($message)
->buildAttachments($message);
});
}

Expand Down

0 comments on commit 740cc61

Please sign in to comment.