6 lines
112 B

7 years ago
<?php
return [
'user.passwordResetTokenExpire' => 3600,
'user.rememberMeDuration' => 3600 * 24 * 30,
];