Commit 8f6db286 authored by Taylor Otwell's avatar Taylor Otwell

Add connection settings to cache config.

parent 8d9bbc1c
...@@ -39,6 +39,7 @@ return [ ...@@ -39,6 +39,7 @@ return [
'database' => [ 'database' => [
'driver' => 'database', 'driver' => 'database',
'table' => 'cache', 'table' => 'cache',
'connection' => null,
], ],
'file' => [ 'file' => [
...@@ -54,7 +55,8 @@ return [ ...@@ -54,7 +55,8 @@ return [
], ],
'redis' => [ 'redis' => [
'driver' => 'redis' 'driver' => 'redis',
'connection' => 'default',
], ],
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment