Skip to content

Commit 3a3c574

Browse files
authored
Update Configuration.php
1 parent d34f4b6 commit 3a3c574

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Bundle/JoseFramework/DependencyInjection/Configuration.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ public function getConfigTreeBuilder()
4444
{
4545
$treeBuilder = new TreeBuilder();
4646
$rootNode = $treeBuilder->root($this->alias);
47-
$rootNode->setDeprecated('The child node "%node%" at path "%path%" is deprecated and will be removed on v2.x. It has no effect anymore. Please refer to https://github.com/symfony/symfony/pull/25699');
48-
47+
4948
foreach ($this->sources as $source) {
5049
$source->getNodeDefinition($rootNode);
5150
}

0 commit comments

Comments
 (0)