更改 默认为 redis

This commit is contained in:
iVampireSP.com 2023-02-04 23:24:05 +08:00
parent 2ca24fda63
commit 3474e416b2
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

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