change some default settings

This commit is contained in:
Taylor Otwell
2019-12-13 22:42:46 -06:00
parent 972f3cd283
commit f48e2d500c
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ return [
|
*/
'driver' => env('SESSION_DRIVER', 'file'),
'driver' => env('SESSION_DRIVER', 'cookie'),
/*
|--------------------------------------------------------------------------