Skip to content

Commit af94b00

Browse files
authored
Make sure one can dump configuration (#174)
This will fix #152
1 parent 496c550 commit af94b00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DependencyInjection/TranslationExtension.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,12 @@ private function createChildDefinition($parent)
247247

248248
return new DefinitionDecorator($parent);
249249
}
250+
251+
/**
252+
* {@inheritdoc}
253+
*/
254+
public function getConfiguration(array $config, ContainerBuilder $container)
255+
{
256+
return new Configuration($container);
257+
}
250258
}

0 commit comments

Comments
 (0)