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

View File

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