Skip to content

Commit

Permalink
Merge pull request #944 from hydephp/update-configuration-service-pro…
Browse files Browse the repository at this point in the history
…vider

Merge configuration files in configuration service provider
  • Loading branch information
caendesilva authored Feb 9, 2023
2 parents 04f753b + 3a813db commit 86764a5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ public function initialize(): void

public function register(): void
{
//
$this->mergeConfigFrom(__DIR__.'/../../../config/hyde.php', 'hyde');
$this->mergeConfigFrom(__DIR__.'/../../../config/docs.php', 'docs');
$this->mergeConfigFrom(__DIR__.'/../../../config/site.php', 'site');
$this->mergeConfigFrom(__DIR__.'/../../../config/markdown.php', 'markdown');
}

public function boot(): void
Expand Down

0 comments on commit 86764a5

Please sign in to comment.