add lock_connection

This commit is contained in:
Taylor Otwell 2020-12-16 08:44:41 -06:00
parent 0059fb91be
commit bc339f7123
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@
'driver' => 'database',
'table' => 'cache',
'connection' => null,
'lock_connection' => null,
],
'file' => [
@ -75,6 +76,7 @@
'redis' => [
'driver' => 'redis',
'connection' => 'cache',
'lock_connection' => 'cache',
],
'dynamodb' => [