Skip to content

Commit

Permalink
Merge branch '6.4' into 7.2
Browse files Browse the repository at this point in the history
* 6.4:
  fix: Add missing ContainerBuilder use statement in Bundle documentation
  • Loading branch information
OskarStark committed Mar 6, 2025
2 parents b7bd5c0 + 355894c commit bceb5d8
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 @@ -25,6 +25,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 bceb5d8

Please sign in to comment.