From e72463dc6c2f977f8e49aa0bd535a5dbed968aad Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 8 Nov 2016 10:52:43 -0600 Subject: [PATCH] change var name --- config/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/mail.php b/config/mail.php index c66e428c..73c691f0 100644 --- a/config/mail.php +++ b/config/mail.php @@ -56,8 +56,8 @@ */ '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'), ], /*