Skip to content

Commit

Permalink
Merge pull request #646 from tomswinkels/patch-4
Browse files Browse the repository at this point in the history
[4.0] Change format
  • Loading branch information
taylorotwell authored Aug 7, 2019
2 parents 8f593ad + 94c8445 commit 6b159b6
Showing 1 changed file with 1 addition and 1 deletion.
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(config('app.name'), '_').'_horizon:'
),

/*
Expand Down

0 comments on commit 6b159b6

Please sign in to comment.