diff --git a/config/database.php b/config/database.php index 1f96d0dd..9b30dc1f 100644 --- a/config/database.php +++ b/config/database.php @@ -119,7 +119,7 @@ 'options' => [ 'cluster' => env('REDIS_CLUSTER', 'predis'), - 'prefix' => Str::slug(env('APP_NAME', 'laravel'), '_').'_database', + 'prefix' => Str::slug(env('APP_NAME', 'laravel'), '_').'_database_', ], 'default' => [