mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Merge pull request #3823 from crynobone/feature/notification
[5.3] Password broker would always use notifications::email view.
This commit is contained in:
commit
c0898cc71a
@ -98,7 +98,6 @@ return [
|
||||
'passwords' => [
|
||||
'users' => [
|
||||
'provider' => 'users',
|
||||
'email' => 'auth.emails.password',
|
||||
'table' => 'password_resets',
|
||||
'expire' => 60,
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user