Skip to content

Commit

Permalink
Re-add call to mergeApplicationConfig in ServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrig committed Apr 20, 2020
1 parent 620c587 commit 0454614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class ServiceProvider extends BaseServiceProvider
{
public function register()
{
$this->mergeApplicationConfig();

$this->registerBaseProviders();

$this->configureExtraConfig();
Expand Down

0 comments on commit 0454614

Please sign in to comment.