Skip to content

Commit

Permalink
Type on config filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
incraigulous committed Mar 19, 2015
1 parent eddf84e commit 06aeb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Incraigulous/Contentful/ContentfulServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ContentfulServiceProvider extends ServiceProvider {
public function boot()
{
$this->publishes([
__DIR__.'/../../config/config.php' => config_path('contenful.php'),
__DIR__.'/../../config/config.php' => config_path('contentful.php'),
]);
//$this->package('incraigulous/contentful');
}
Expand Down

0 comments on commit 06aeb0b

Please sign in to comment.