From e8788a768899ff2a2ef1fe78e24b46e6e10175dc Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 16 Dec 2020 15:51:18 -0600 Subject: [PATCH] update cache --- config/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cache.php b/config/cache.php index 963adfb5..e32a2fd3 100644 --- a/config/cache.php +++ b/config/cache.php @@ -76,7 +76,7 @@ 'redis' => [ 'driver' => 'redis', 'connection' => 'cache', - 'lock_connection' => 'cache', + 'lock_connection' => 'default', ], 'dynamodb' => [