default email from name to app name (#5178)

This commit is contained in:
Andrew Minion 2019-12-18 09:41:11 -06:00 committed by Taylor Otwell
parent 17f0ff2205
commit c5f9126981
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_FROM_NAME', 'Example'),
'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Example')),
],
/*