We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b42a8 commit be5a543Copy full SHA for be5a543
src/DependencyInjection/AjgarlagPsrHttpMessageExtension.php
@@ -36,7 +36,7 @@ public function prepend(ContainerBuilder $container)
36
return;
37
}
38
39
- if (!isset($bundles['SensioFrameworkExtraBundle'])) {
+ if (isset($bundles['SensioFrameworkExtraBundle'])) {
40
$configs = $container->getExtensionConfig('sensio_framework_extra');
41
$config = $this->processConfiguration(new SensioFrameworkExtraConfiguration(), $configs);
42
$sensioPsr7Enabled = isset($config['psr_message']['enabled']) && $config['psr_message']['enabled'];
0 commit comments