Skip to content

Commit

Permalink
Merge pull request #14 from chrisbarr/master
Browse files Browse the repository at this point in the history
Fix merged config key
  • Loading branch information
RichieMcMullen authored Jul 25, 2020
2 parents 0afe171 + 40d3772 commit 43ffe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StravaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class StravaServiceProvider extends ServiceProvider
public function boot()
{
$this->mergeConfigFrom(
__DIR__ . '/config/strava.php', 'strava'
__DIR__ . '/config/strava.php', 'ct_strava'
);

$this->publishes([
Expand Down

0 comments on commit 43ffe18

Please sign in to comment.