fix formatting

This commit is contained in:
Taylor Otwell 2020-05-18 10:47:20 -05:00
parent 7b0b5d8310
commit c10489131e
1 changed files with 3 additions and 1 deletions

View File

@ -92,10 +92,12 @@ return [
| Session Cache Store
|--------------------------------------------------------------------------
|
| When using the "apc", "memcached", or "dynamodb" session drivers you may
| While using one of the framework's cache driven session backends you may
| list a cache store that should be used for these sessions. This value
| must match with one of the application's configured cache "stores".
|
| Affects: "apc", "dynamodb", "memcached", "redis"
|
*/
'store' => env('SESSION_STORE', null),