Fix session database configuration

This commit is contained in:
Nabeel Shahzad
2021-02-12 11:43:00 -05:00
parent dd7812e5c5
commit 3f3b63da6f
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ return [
'expire_on_close' => false,
'encrypt' => false,
'files' => storage_path('framework/sessions'),
'connection' => null,
'connection' => 'mysql',
'table' => 'sessions',
'store' => null,
'lottery' => [1, 100],