Skip to content

Commit bceb5d8

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: fix: Add missing ContainerBuilder use statement in Bundle documentation
2 parents b7bd5c0 + 355894c commit bceb5d8

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
@@ -25,6 +25,7 @@ class, you can define the :method:`Symfony\\Component\\HttpKernel\\Bundle\\Abstr
2525
method to load service definitions from configuration files::
2626

2727
// ...
28+
use Symfony\Component\DependencyInjection\ContainerBuilder;
2829
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
2930
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
3031

0 commit comments

Comments
 (0)