From a97b9e0c7c24aadf84cb620bb0d26ed37bc0120f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 4 May 2016 09:31:54 -0500 Subject: [PATCH] fix comment --- config/session.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/session.php b/config/session.php index a657534f..3068fa76 100644 --- a/config/session.php +++ b/config/session.php @@ -90,10 +90,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 should - | correspond to a store in your cache configuration. By default, - | the driver name will be used as the 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. | */