Skip to content

Commit

Permalink
Update mergeConfigFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 29, 2015
1 parent 5171067 commit 15a8b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitHubServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function setupConfig()

$this->publishes([$source => config_path('github.php')]);

$this->mergeConfigFrom('github', $source);
$this->mergeConfigFrom($source,'github');
}

/**
Expand Down

0 comments on commit 15a8b72

Please sign in to comment.