From 638b261a68913bae9a64f6d540612b862fa3c4dd Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 15 Dec 2015 16:58:41 -0600 Subject: [PATCH] Change default view. --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/auth.php b/config/auth.php index d49edc2c..38341344 100644 --- a/config/auth.php +++ b/config/auth.php @@ -98,7 +98,7 @@ 'passwords' => [ 'users' => [ 'provider' => 'users', - 'email' => 'emails.password', + 'email' => 'auth.emails.password', 'table' => 'password_resets', 'expire' => 60, ],