Fix for Issue #543 Client has a dependency on a non-existent service "%kernel.debug%"
This commit is contained in:
parent
6748c9c623
commit
e1bbb87cfe
3 changed files with 9 additions and 6 deletions
|
|
@ -61,7 +61,7 @@ class FOSElasticaExtension extends Extension
|
|||
|
||||
public function getConfiguration(array $config, ContainerBuilder $container)
|
||||
{
|
||||
return new Configuration($config);
|
||||
return new Configuration($config, $container->getParameter('kernel.debug'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue