Skip to content

Commit

Permalink
Fix merged config key
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarr committed Jul 14, 2020
1 parent 0afe171 commit 40d3772
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 40d3772

Please sign in to comment.