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

Add connection settings to cache config.

parent 8d9bbc1c
......@@ -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',
],
],
......
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