change var name

This commit is contained in:
Taylor Otwell 2016-11-08 10:52:43 -06:00
parent d47697e781
commit e72463dc6c
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@
*/ */
'from' => [ 'from' => [
'address' => env('MAIL_SENDER_ADDRESS', 'hello@example.com'), 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_SENDER_NAME', 'Example'), 'name' => env('MAIL_FROM_NAME', 'Example'),
], ],
/* /*