Update session config

This commit is contained in:
Daniel Supernault 2019-09-01 18:58:14 -06:00
parent 04f3dbe4bc
commit 581684e2d3
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -16,7 +16,7 @@ return [
|
*/
'driver' => 'database',
'driver' => env('SESSION_DRIVER', 'database'),
/*
|--------------------------------------------------------------------------