Skip to content

Commit 355894c

Browse files
committed
minor #20728 fix: Add missing ContainerBuilder use statement in Bundle documentation (jbonnier)
This PR was merged into the 6.4 branch. Discussion ---------- fix: Add missing ContainerBuilder use statement in Bundle documentation Add missing ContainerBuilder use statement in the "How to Load Service Configuration inside a Bundle" documentation Commits ------- a207201 fix: Add missing ContainerBuilder use statement in Bundle documentation
2 parents 2c3b8ab + a207201 commit 355894c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundles/extension.rst

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class, you can define the :method:`Symfony\\Component\\HttpKernel\\Bundle\\Abstr
2929
method to load service definitions from configuration files::
3030

3131
// ...
32+
use Symfony\Component\DependencyInjection\ContainerBuilder;
3233
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
3334
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
3435

0 commit comments

Comments
 (0)