Skip to content

Commit

Permalink
Use app name in markdown email header (#17604)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored and taylorotwell committed Jan 27, 2017
1 parent b02527c commit 566df9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
Product Name
{{ config('app.name') }}
@endcomponent
@endslot

Expand Down

0 comments on commit 566df9c

Please sign in to comment.