8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a492e72 commit 8eb29a7Copy full SHA for 8eb29a7
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
@@ -855,6 +855,11 @@ private function addValidationSection(ArrayNodeDefinition $rootNode)
855
->end()
856
857
->arrayNode('auto_mapping')
858
+ ->info('A collection of namespaces for which a 5EE7 uto-mapping will be enabled.')
859
+ ->example([
860
+ 'App\\Entity\\' => [],
861
+ 'App\\WithSpecificLoaders\\' => ['validator.property_info_loader'],
862
+ ])
863
->useAttributeAsKey('namespace')
864
->normalizeKeys(false)
865
->beforeNormalization()
0 commit comments