Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

TreeBuilder with root node #41

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Avariya
Copy link
Contributor

@Avariya Avariya commented Dec 4, 2018

No description provided.


/** @var ArrayNodeDefinition $rootNode */
$rootNode = $treeBuilder->getRootNode();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can replace this line with setRoot node to save BC

Suggested change
$rootNode = $treeBuilder->getRootNode();
$rootNode = $treeBuilder->root('printdeal_pandosearch');

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant