Skip to content

Commit

Permalink
Merge pull request #20 from nonoesp/master
Browse files Browse the repository at this point in the history
Add mergeConfigFrom to Provider to make publishing config optional.
  • Loading branch information
vtalbot committed Sep 18, 2015
2 parents 72c3d56 + 74e8591 commit 051fec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/VTalbot/Markdown/MarkdownServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public function register()
__DIR__.'/../../config/config.php' => config_path('markdown.php'),
]);

$this->mergeConfigFrom(__DIR__.'/../../config/config.php', 'markdown');

$this->registerRoutes();
$this->registerEngineResolver();
$this->registerMarkdownFinder();
Expand Down

0 comments on commit 051fec3

Please sign in to comment.