fix comment

This commit is contained in:
Taylor Otwell 2016-05-04 09:31:54 -05:00
parent 26ef471305
commit a97b9e0c7c
1 changed files with 3 additions and 4 deletions

View File

@ -90,10 +90,9 @@
| 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.
|
*/