Skip to content

Commit

Permalink
Added a new line cachethq#3101
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWilson19947 committed Oct 10, 2018
1 parent 18219bf commit 68b5457
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function toMail($notifiable)
'name' => $this->update->incident->name,
'time' => $this->update->created_at_diff,
]);

return (new MailMessage())
->subject(trans('notifications.incident.update.mail.subject'))
->markdown('notifications.incident.update', [
Expand Down

0 comments on commit 68b5457

Please sign in to comment.