Add connection settings to cache config.

This commit is contained in:
Taylor Otwell 2014-12-16 22:01:17 -06:00
parent 8d9bbc1c26
commit 8f6db28661
1 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,7 @@
'database' => [
'driver' => 'database',
'table' => 'cache',
'connection' => null,
],
'file' => [
@ -54,7 +55,8 @@
],
'redis' => [
'driver' => 'redis'
'driver' => 'redis',
'connection' => 'default',
],
],