Merge pull request #1800 from AndreiCanta/develop

Typo: missing quotes in session.php doc block
This commit is contained in:
Taylor Otwell
2013-03-20 05:16:54 -07:00

View File

@@ -11,7 +11,7 @@ return array(
| requests. By default we will use the light-weight cookie driver but
| you may specify any of the other wonderful drivers provided here.
|
| Supported: "cookie", file", "database", "apc",
| Supported: "cookie", "file", "database", "apc",
| "memcached", "redis", "array"
|
*/