change login expire to 10 minutes

revert back to local build
This commit is contained in:
Jack Goh
2018-07-16 21:55:29 +08:00
parent e4fa43ae0b
commit 629b00d8a5
3 changed files with 6 additions and 18 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ return [
'users' => [
'provider' => 'users',
'table' => 'password_resets',
'expire' => 60,
'expire' => 3000,
],
],