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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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' => [