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' => [
'email' => 'emails.password',
'table' => 'password_resets',
'email' => 'emails.auth.reminder',
'table' => 'password_reminders',
'expire' => 60,
],