Update auth.php

This commit is contained in:
Kelvin Zhang 2015-09-12 16:09:49 +01:00
parent 7c2863b942
commit 90e1244f4c

View file

@ -59,8 +59,8 @@ return [
*/ */
'password' => [ 'password' => [
'email' => 'emails.password', 'email' => 'emails.auth.reminder',
'table' => 'password_resets', 'table' => 'password_reminders',
'expire' => 60, 'expire' => 60,
], ],