Change default view.

This commit is contained in:
Taylor Otwell
2015-12-15 16:58:41 -06:00
parent 1865c2993e
commit 638b261a68

View File

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