From d18384eacb9421b70e5ba14252084a0412006a97 Mon Sep 17 00:00:00 2001 From: Titus Kirch Date: Wed, 13 Sep 2023 16:41:31 +0200 Subject: [PATCH] Update database.php (#470) --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index b27830f5..689bc202 100644 --- a/config/database.php +++ b/config/database.php @@ -156,7 +156,7 @@ 'password' => env('REDIS_PASSWORD'), 'port' => env('REDIS_PORT', '6379'), 'database' => env('REDIS_DB', '0'), - 'prefix' => '', + 'prefix' => 'default', ], ],