Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 355894c

Browse filesBrowse files
committed
minor #20728 fix: Add missing ContainerBuilder use statement in Bundle 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
2 parents 2c3b8ab + a207201 commit 355894c
Copy full SHA for 355894c

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎bundles/extension.rst

Copy file name to clipboardExpand all lines: bundles/extension.rst
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.