Skip to content

Commit

Permalink
Fixed broken test due to bad conflict solving :(
Browse files Browse the repository at this point in the history
  • Loading branch information
OwlyCode committed Jun 12, 2019
1 parent 8ddf08a commit 77f2d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
// Keep compatibility with symfony/config < 4.2
$treeBuilder = new TreeBuilder();
$treeBuilder = new TreeBuilder('ensepar_html2pdf');

if (!method_exists($treeBuilder, 'getRootNode')) {
$root = $treeBuilder->root('ensepar_html2pdf');
Expand Down

0 comments on commit 77f2d20

Please sign in to comment.