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 4c4bf9e commit 6d22618Copy full SHA for 6d22618
src/DependencyInjection/Configuration.php
@@ -378,6 +378,7 @@ private function buildCustomerDuplicatesServicesNode()
378
->end()
379
380
->arrayNode('duplicates_view')
381
+ ->addDefaultsIfNotSet()
382
->children()
383
->booleanNode('enabled')->defaultFalse()->end()
384
->arrayNode('listFields')
@@ -391,6 +392,7 @@ private function buildCustomerDuplicatesServicesNode()
391
392
393
394
->arrayNode('duplicates_index')
395
396
397
->booleanNode('enableDuplicatesIndex')
398
->defaultFalse()
0 commit comments