Merge pull request #4735 from vemcogroup/master

Extract 2 core configurations for sessions to environment
This commit is contained in:
Taylor Otwell 2018-08-25 20:11:29 -05:00 committed by GitHub
commit 663f7c2c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
|
*/
'connection' => null,
'connection' => env('SESSION_CONNECTION', null),
/*
|--------------------------------------------------------------------------
@ -96,7 +96,7 @@
|
*/
'store' => null,
'store' => env('SESSION_STORE', null),
/*
|--------------------------------------------------------------------------