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 2c3b8ab commit a207201Copy full SHA for a207201
bundles/extension.rst
@@ -29,6 +29,7 @@ class, you can define the :method:`Symfony\\Component\\HttpKernel\\Bundle\\Abstr
29
method to load service definitions from configuration files::
30
31
// ...
32
+ use Symfony\Component\DependencyInjection\ContainerBuilder;
33
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
34
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
35
0 commit comments