Skip to content

Commit

Permalink
Add mergeConfigFrom to Provider to make publishing config optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
nonoesp committed Sep 18, 2015
1 parent a7557bd commit 74e8591
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 74e8591

Please sign in to comment.