Skip to content

Commit 2ee7f1f

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: fix: Add missing ContainerBuilder use statement in Bundle documentation
2 parents 0d10945 + bceb5d8 commit 2ee7f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundles/extension.rst

Lines changed: 1 addition & 0 deletions
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)