Browse Source

tweak wording

Taylor Otwell 5 years ago
parent
commit
f795055577
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config/session.php

+ 3 - 3
config/session.php

@@ -92,9 +92,9 @@ return [
     | Session Cache Store
     |--------------------------------------------------------------------------
     |
-    | When using the "apc" or "memcached" session drivers, you may specify a
-    | cache store that should be used for these sessions. This value must
-    | correspond with one of the application's configured cache stores.
+    | When using the "apc", "memcached", or "dynamodb" session drivers 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".
     |
     */