From 34eb11faee2e396a935f8e777e16c24f9931fdc7 Mon Sep 17 00:00:00 2001 From: crynobone Date: Thu, 30 Jun 2016 21:03:16 +0800 Subject: [PATCH] [5.3] Password broker would always use notifications::email view. Signed-off-by: crynobone --- config/auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/auth.php b/config/auth.php index 3fa7f491b..a57bdc77b 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, ],