Improve documentation(#3573)

Connection refers to both database and redis connections if either one is chosen. (also present in 5.5). Credit to @Teranode
This commit is contained in:
Teranode 2019-04-19 16:44:37 -04:00 committed by Luke Towers
parent 9fa7cbf70e
commit cef21fc419
1 changed files with 3 additions and 3 deletions

View File

@ -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.
|
*/