From cef21fc419112864c0614e934ff9c0b9d08ca18b Mon Sep 17 00:00:00 2001 From: Teranode Date: Fri, 19 Apr 2019 16:44:37 -0400 Subject: [PATCH] Improve documentation(#3573) Connection refers to both database and redis connections if either one is chosen. (also present in 5.5). Credit to @Teranode --- config/session.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/session.php b/config/session.php index ef0589eec..bfb16513b 100644 --- a/config/session.php +++ b/config/session.php @@ -64,9 +64,9 @@ return [ | Session Database Connection |-------------------------------------------------------------------------- | - | When using the "database" session driver, you may specify the database - | connection that should be used to manage your sessions. This should - | correspond to a connection in your "database" configuration file. + | When using the "database" or "redis" session drivers, you may specify a + | connection that should be used to manage these sessions. This should + | correspond to a connection in your database configuration options. | */