Skip to content

Commit

Permalink
Merge pull request #483 from setkyar/2.0
Browse files Browse the repository at this point in the history
[2.0] Let user choose custom env
  • Loading branch information
taylorotwell committed Jan 29, 2019
2 parents 64d5f32 + 814d4b2 commit bd7cd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/HorizonCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function handle()
});

ProvisioningPlan::get(MasterSupervisor::name())->deploy(
config('app.env')
config('horizon.env') ?? config('app.env')
);

$this->info('Horizon started successfully.');
Expand Down

0 comments on commit bd7cd20

Please sign in to comment.