Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 29, 2015
1 parent 15a8b72 commit 08c1121
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($source,'github');
$this->mergeConfigFrom($source, 'github');
}

/**
Expand Down

0 comments on commit 08c1121

Please sign in to comment.