Skip to content

Commit

Permalink
add route node name in TreeBuilder constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
qmb-mkuhles committed Nov 28, 2019
1 parent b8dace2 commit 753b266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$treeBuilder = new TreeBuilder('limenius_react');
if (method_exists($treeBuilder, 'getRootNode')) {
$rootNode = $treeBuilder->getRootNode();
} else {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mkuhles/react-bundle",
"name": "limenius/react-bundle",
"description": "Client and Server-side react rendering in a Symfony Bundle",
"type": "symfony-bundle",
"keywords": ["react", "isomorphic"],
Expand Down

0 comments on commit 753b266

Please sign in to comment.