8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cba72 commit 7cf9bf4Copy full SHA for 7cf9bf4
bundles.rst
@@ -62,9 +62,12 @@ called ``AcmeTestBundle.php``::
62
63
.. versionadded:: 6.1
64
65
- The ``AbstractBundle`` was introduced in Symfony 6.1. If your bundle must be compatible
66
- with previous Symfony versions you have to extend from the :class:`Symfony\\Component\\HttpKernel\\Bundle\\Bundle`
67
- instead.
+ The ``AbstractBundle`` was introduced in Symfony 6.1.
+
+.. warning::
68
69
+ If your bundle must be compatible with previous Symfony versions you have to
70
+ extend from the :class:`Symfony\\Component\\HttpKernel\\Bundle\\Bundle` instead.
71
72
.. tip::
73
0 commit comments