Skip to content

Commit c104891

Browse files
committed
fix formatting
1 parent 7b0b5d8 commit c104891

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/session.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,12 @@
9292
| Session Cache Store
9393
|--------------------------------------------------------------------------
9494
|
95-
| When using the "apc", "memcached", or "dynamodb" session drivers you may
95+
| While using one of the framework's cache driven session backends you may
9696
| list a cache store that should be used for these sessions. This value
9797
| must match with one of the application's configured cache "stores".
9898
|
99+
| Affects: "apc", "dynamodb", "memcached", "redis"
100+
|
99101
*/
100102

101103
'store' => env('SESSION_STORE', null),

0 commit comments

Comments
 (0)