tweak formatting

This commit is contained in:
Taylor Otwell 2019-10-21 13:42:31 -05:00
parent ace38c133f
commit ba2f2abe83
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
'provider' => 'users', 'provider' => 'users',
'table' => 'password_resets', 'table' => 'password_resets',
'expire' => 60, 'expire' => 60,
'timeout' => 60, 'throttle' => 60,
], ],
], ],

View File

@ -17,6 +17,6 @@
'sent' => 'We have e-mailed your password reset link!', 'sent' => 'We have e-mailed your password reset link!',
'token' => 'This password reset token is invalid.', 'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.", 'user' => "We can't find a user with that e-mail address.",
'timeout' => 'Please wait before retrying.', 'throttle' => 'Please wait before retrying.',
]; ];