Skip to content

Commit

Permalink
Fix same bug's
Browse files Browse the repository at this point in the history
  • Loading branch information
Xorg committed Aug 29, 2023
1 parent e43843b commit c318166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public function getConfigTreeBuilder(): TreeBuilder
->children()
->arrayNode('template')->addDefaultsIfNotSet()
->children()
->scalarNode('include')->defaultValue("template/Partial/")->end()
->scalarNode('emails')->defaultValue("template/Partial/Emails")->end()
->scalarNode('include')->defaultValue("Partial\Emails\Include")->end()
->scalarNode('emails')->defaultValue("Partial\Emails")->end()
->end()
->end() // template
->end();
Expand Down

0 comments on commit c318166

Please sign in to comment.