Skip to content

Commit

Permalink
Merge pull request #765 from BinarCode/fix-default-default-config
Browse files Browse the repository at this point in the history
[3.x] Use 'default' connection as a default redis connection
  • Loading branch information
taylorotwell authored Feb 18, 2020
2 parents 4b3ff33 + da78676 commit 4544402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HorizonServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ protected function configure()
__DIR__.'/../config/horizon.php', 'horizon'
);

Horizon::use(config('horizon.use'));
Horizon::use(config('horizon.use', 'default'));
}

/**
Expand Down

0 comments on commit 4544402

Please sign in to comment.