File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,6 @@ There are two different ways of creating friendly configuration for a bundle:
6161Using the AbstractBundle Class
6262------------------------------
6363
64- .. versionadded :: 6.1
65-
66- The ``AbstractBundle `` class was introduced in Symfony 6.1.
67-
6864In bundles extending the :class: `Symfony\\ Component\\ HttpKernel\\ Bundle\\ AbstractBundle `
6965class, you can add all the logic related to processing the configuration in that class::
7066
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ There are two different ways of doing it:
2020Loading Services Directly in your Bundle Class
2121----------------------------------------------
2222
23- .. versionadded :: 6.1
24-
25- The ``AbstractBundle `` class was introduced in Symfony 6.1.
26-
2723In bundles extending the :class: `Symfony\\ Component\\ HttpKernel\\ Bundle\\ AbstractBundle `
2824class, you can define the :method: `Symfony\\ Component\\ HttpKernel\\ Bundle\\ AbstractBundle::loadExtension `
2925method to load service definitions from configuration files::
You can’t perform that action at this time.
0 commit comments