Skip to content

Commit

Permalink
Merge pull request #946 from hydephp/remove-view-config-file
Browse files Browse the repository at this point in the history
Move the view.php config file to the Framework package internals
  • Loading branch information
caendesilva authored Feb 9, 2023
2 parents f41bc7f + a467dbe commit f614b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public function register(): void
$this->mergeConfigFrom(__DIR__.'/../../../config/docs.php', 'docs');
$this->mergeConfigFrom(__DIR__.'/../../../config/site.php', 'site');
$this->mergeConfigFrom(__DIR__.'/../../../config/markdown.php', 'markdown');

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

public function boot(): void
Expand Down

0 comments on commit f614b94

Please sign in to comment.