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