Skip to content

Commit 3465cbc

Browse files
committed
Allow translation of keys with dashes
1 parent 10cabeb commit 3465cbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public function addKeysConfig($key, $default = [])
120120
->prototype('scalar')
121121
->isRequired()
122122
->end()
123+
->normalizeKeys(false)
123124
->defaultValue($default);
124125

125126
return $node;

0 commit comments

Comments
 (0)