Commit e72463dc authored by Taylor Otwell's avatar Taylor Otwell

change var name

parent d47697e7
......@@ -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'),
],
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment