enable and fix errors for event bundle + adding knp-time-bundle

This commit is contained in:
2020-08-04 11:33:56 +02:00
parent 8944d21652
commit f94fb0efc1
5 changed files with 13 additions and 8 deletions

View File

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