Skip to content

Commit

Permalink
minor #20728 fix: Add missing ContainerBuilder use statement in Bundl…
Browse files Browse the repository at this point in the history
…e 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
  • Loading branch information
OskarStark committed Mar 6, 2025
2 parents 2c3b8ab + a207201 commit 355894c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundles/extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class, you can define the :method:`Symfony\\Component\\HttpKernel\\Bundle\\Abstr
method to load service definitions from configuration files::

// ...
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;

Expand Down

0 comments on commit 355894c

Please sign in to comment.