Browse Source

change var name

Taylor Otwell 7 years ago
parent
commit
e72463dc6c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/mail.php

+ 2 - 2
config/mail.php

@@ -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'),
     ],
 
     /*