Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Oct 25, 2024
2 parents f779e5a + e0785a5 commit 9233a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_database_'),
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),
],

'default' => [
Expand Down
2 changes: 1 addition & 1 deletion config/horizon.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

'prefix' => env(
'HORIZON_PREFIX',
Str::slug(env('APP_NAME', 'laravel'), '_') . '_horizon:'
Str::slug(env('APP_NAME', 'laravel'), '_').'_horizon:'
),

/*
Expand Down

0 comments on commit 9233a97

Please sign in to comment.