@@ -27,7 +27,7 @@ |
||
| 27 | 27 | |
| 28 | 28 | public function prepend(ContainerBuilder $container) |
| 29 | 29 | { |
| 30 | - // dump("je passe dans preprend"); |
|
| 30 | + // dump("je passe dans preprend"); |
|
| 31 | 31 | $configs = $container->getExtensionConfig($this->getAlias()); |
| 32 | 32 | $config = $this->processConfiguration(new Configuration(), $configs); |
| 33 | 33 | $container->setParameter('bitbag_es_filter_attributes_max', $config['filter_attributes_max']); |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | ->arrayNode('attributes') |
| 25 | 25 | ->scalarPrototype()->end() |
| 26 | 26 | ->defaultValue([]) |
| 27 | - ->end() |
|
| 27 | + ->end() |
|
| 28 | 28 | ->end() |
| 29 | 29 | ->end() |
| 30 | 30 | ->integerNode('filter_attributes_max') |