Skip to content

Commit

Permalink
Update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 9, 2023
1 parent 6ad5555 commit f899fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function register(): void
$this->mergeConfigFrom(__DIR__.'/../../../config/site.php', 'site');
$this->mergeConfigFrom(__DIR__.'/../../../config/markdown.php', 'markdown');

// Illuminate Configuration Files
// Illuminate/Vendor Configuration Files
$this->mergeConfigFrom(__DIR__.'/../../../config/view.php', 'view');
$this->mergeConfigFrom(__DIR__.'/../../../config/cache.php', 'cache');
$this->mergeConfigFrom(__DIR__.'/../../../config/torchlight.php', 'torchlight');
Expand Down

0 comments on commit f899fa4

Please sign in to comment.