sf4, adding workflow and fix errors for task bundle

This commit is contained in:
2020-08-04 10:04:25 +02:00
parent f7b5e37079
commit 5292f319be
4 changed files with 18 additions and 11 deletions

View File

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