Skip to content

Commit a207201

Browse files
committed
fix: Add missing ContainerBuilder use statement in Bundle documentation
1 parent 2c3b8ab commit a207201

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
@@ -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)