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, ],