Skip to content

Commit

Permalink
use laravel 5 default for config (#37)
Browse files Browse the repository at this point in the history
* use laravel 5 default for config

* config adjust
  • Loading branch information
jildertmiedema authored and marcqualie committed Feb 9, 2017
1 parent df933e7 commit 375e471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel5/Provider/StatsdServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function boot()
// Publish config files
$this->publishes([
__DIR__ . '/../../../config/statsd.php' => config_path('statsd.php'),
]);
], 'config');
}
}

Expand Down

0 comments on commit 375e471

Please sign in to comment.