Change default view.

This commit is contained in:
Taylor Otwell 2015-12-15 16:58:41 -06:00
parent 1865c2993e
commit 638b261a68
1 changed files with 1 additions and 1 deletions

View File

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