Skip to content

Commit 171ee46

Browse files
authored
chore(deps): deprecation configuration dbal
1 parent f25c8d6 commit 171ee46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function getConfigTreeBuilder(): TreeBuilder
3434
->arrayNode('listeners')
3535
->addDefaultsIfNotSet()
3636
->children()
37-
->booleanNode('doctrine_dbal')->defaultFalse()->end()
37+
->booleanNode('doctrine_dbal')->defaultFalse()->setDeprecated('spiriitlabs/form-filter-bundle', '11.1.1', 'The child node "%node%" at path "%path%" is deprecated. Use doctrine_orm instead.')->end()
3838
->booleanNode('doctrine_orm')->defaultTrue()->end()
3939
->end()
4040
->end()

0 commit comments

Comments
 (0)