Merge branch 'transport-option' of https://github.com/milan/FOSElasticaBundle into transport-option
Conflicts: DependencyInjection/Configuration.php
This commit is contained in:
commit
833feee207
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ class Configuration implements ConfigurationInterface
|
|||
'logger' => isset($v['logger']) ? $v['logger'] : null,
|
||||
'headers' => isset($v['headers']) ? $v['headers'] : null,
|
||||
'timeout' => isset($v['timeout']) ? $v['timeout'] : null,
|
||||
'transport' => isset($v['transport']) ? $v['transport'] : null,
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
@ -112,6 +113,7 @@ class Configuration implements ConfigurationInterface
|
|||
->useAttributeAsKey('name')
|
||||
->prototype('scalar')->end()
|
||||
->end()
|
||||
->scalarNode('transport')->end()
|
||||
->scalarNode('timeout')->end()
|
||||
->end()
|
||||
->end()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue