Skip to content

Commit

Permalink
Config bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joren Van Hocht authored and Joren Van Hocht committed May 12, 2015
1 parent e4087fc commit 188aadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TracertServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function boot()
], 'config');

// Make the config file accessible even when the files are not published
$this->mergeConfigFrom(__DIR__.'/../Config/Tracert.php', 'tracert');
$this->mergeConfigFrom(__DIR__.'/../Config/Tracert.php', 'Tracert');
}

}

0 comments on commit 188aadf

Please sign in to comment.