Bring in upstream changes

This commit is contained in:
Jonny Barnes 2016-06-17 01:12:43 +01:00
parent 2a692fdd78
commit edbcb2fb2c
8 changed files with 15 additions and 2 deletions

View file

@ -11,6 +11,8 @@ return [
| using this caching library. This connection is used when another is
| not explicitly specified when executing a given caching function.
|
| Supported: "apc", "array", "database", "file", "memcached", "redis"
|
*/
'default' => env('CACHE_DRIVER', 'file'),