Merge pull request #1042 from sy-records/master

fixed:session config error
This commit is contained in:
黄朝晖 2019-11-27 17:01:31 +08:00 committed by GitHub
commit 7c57ea9b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,6 @@ return [
'options' => [
'connection' => 'default',
'path' => BASE_PATH . '/runtime/session',
'gc_lifetime' => 1200,
'gc_maxlifetime' => 1200,
],
];