add thirdparty bundle, fix errors, set new path for all config yaml files

This commit is contained in:
2020-08-04 13:55:59 +02:00
parent eb506475fa
commit dbd8023885
12 changed files with 13 additions and 18 deletions

View File

@@ -17,8 +17,8 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('chill_third_party');
$treeBuilder = new TreeBuilder('chill_third_party');
$rootNode = $treeBuilder->getRootNode('chill_third_party');
// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for