Merge pull request #3823 from crynobone/feature/notification

[5.3] Password broker would always use notifications::email view.
This commit is contained in:
Taylor Otwell 2016-06-30 09:11:50 -05:00 committed by GitHub
commit c0898cc71a

View File

@ -98,7 +98,6 @@ return [
'passwords' => [
'users' => [
'provider' => 'users',
'email' => 'auth.emails.password',
'table' => 'password_resets',
'expire' => 60,
],