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

View File

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