Skip to content

Commit e72463d

Browse files
committed
change var name
1 parent d47697e commit e72463d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/mail.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
*/
5757

5858
'from' => [
59-
'address' => env('MAIL_SENDER_ADDRESS', 'hello@example.com'),
60-
'name' => env('MAIL_SENDER_NAME', 'Example'),
59+
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
60+
'name' => env('MAIL_FROM_NAME', 'Example'),
6161
],
6262

6363
/*

0 commit comments

Comments
 (0)