Additional underscore on redis database prefix

This commit is contained in:
Jordan Hall
2019-04-08 08:50:48 +01:00
committed by GitHub
parent 35374927bd
commit 159b0e79cd

View File

@@ -119,7 +119,7 @@ return [
'options' => [
'cluster' => env('REDIS_CLUSTER', 'predis'),
'prefix' => Str::slug(env('APP_NAME', 'laravel'), '_').'_database',
'prefix' => Str::slug(env('APP_NAME', 'laravel'), '_').'_database_',
],
'default' => [