Skip to content

Commit

Permalink
Allow translation of keys with dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
MisatoTremor committed Jan 9, 2022
1 parent 5991467 commit ad1a10e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public function addKeysConfig($key, $default = [])
->prototype('scalar')
->isRequired()
->end()
->normalizeKeys(false)
->defaultValue($default);

return $node;
Expand Down

0 comments on commit ad1a10e

Please sign in to comment.