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 ebd14ee commit 6fe9072Copy full SHA for 6fe9072
src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
@@ -15,7 +15,7 @@
15
use Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface;
16
use Symfony\Component\DependencyInjection\Extension\Extension;
17
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
18
-use Symfony\Component\DependencyInjection\Parameterbag\EnvPlaceholderParameterBag;
+use Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag;
19
20
/**
21
* Merges extension configs into the container builder.
0 commit comments