Skip to content

Commit

Permalink
Another update!
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWilson19947 committed Oct 10, 2018
1 parent 68b5457 commit 363c9fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +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 363c9fb

Please sign in to comment.