From 90e1244f4ced6784b1e94735b61cd19a48f45566 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Sat, 12 Sep 2015 16:09:49 +0100 Subject: [PATCH] Update auth.php --- config/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/auth.php b/config/auth.php index 7f4a87fb..5223dd42 100644 --- a/config/auth.php +++ b/config/auth.php @@ -59,8 +59,8 @@ return [ */ 'password' => [ - 'email' => 'emails.password', - 'table' => 'password_resets', + 'email' => 'emails.auth.reminder', + 'table' => 'password_reminders', 'expire' => 60, ],