We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7bd5c0 + 355894c commit bceb5d8Copy full SHA for bceb5d8
bundles/extension.rst
@@ -25,6 +25,7 @@ class, you can define the :method:`Symfony\\Component\\HttpKernel\\Bundle\\Abstr
25
method to load service definitions from configuration files::
26
27
// ...
28
+ use Symfony\Component\DependencyInjection\ContainerBuilder;
29
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
30
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
31
0 commit comments