From c10489131ef28ecd46529e37b558ae93a20e3fb8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 18 May 2020 10:47:20 -0500 Subject: [PATCH] fix formatting --- config/session.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/session.php b/config/session.php index da692f3b8..4e0f66cda 100644 --- a/config/session.php +++ b/config/session.php @@ -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),