diff --git a/config/auth.php b/config/auth.php index 3fa7f491..a57bdc77 100644 --- a/config/auth.php +++ b/config/auth.php @@ -98,7 +98,6 @@ return [ 'passwords' => [ 'users' => [ 'provider' => 'users', - 'email' => 'auth.emails.password', 'table' => 'password_resets', 'expire' => 60, ],