Skip to content

Commit

Permalink
Update src/DependencyInjection/Configuration.php
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Dreesen <[email protected]>
  • Loading branch information
mike4git and jdreesen authored Dec 4, 2024
1 parent 2215264 commit de12d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private function addConverterSection(ArrayNodeDefinition $rootNode): void
{
$rootNode
->children()
->scalarNode('converterSuffix')
->scalarNode('converter_suffix')
->info('consolidated suffix for all converters')
->defaultValue('Converter')
->end()
Expand Down

0 comments on commit de12d29

Please sign in to comment.