change var name

This commit is contained in:
Taylor Otwell
2016-11-08 10:52:43 -06:00
parent d47697e781
commit e72463dc6c

View File

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