From f795055577185267a57c3b8d39d76f4c5d44b221 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 10 Jan 2019 15:21:07 -0600 Subject: [PATCH] tweak wording --- config/session.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/session.php b/config/session.php index d1305aa5..fbb9b4d7 100644 --- a/config/session.php +++ b/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". | */