Add expire option to reminder config.

This commit is contained in:
Taylor Otwell 2013-07-29 16:22:51 -05:00
parent 08cb97fa6d
commit 93aee27cd9
1 changed files with 5 additions and 1 deletions

View File

@ -56,7 +56,11 @@
'reminder' => array(
'email' => 'emails.auth.reminder', 'table' => 'password_reminders',
'email' => 'emails.auth.reminder',
'table' => 'password_reminders',
'expire' => 60,
),