Skip to content

Commit d99edbd

Browse files
authored
bundles - add reason why they are not recommended
I was missing a link for reasoning why this was deprecated. Please add this missing context.
1 parent ab565b3 commit d99edbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Bundle System
66
.. caution::
77

88
In Symfony versions prior to 4.0, it was recommended to organize your own
9-
application code using bundles. This is no longer recommended and bundles
9+
application code using bundles. This is `no longer recommended <https://github.com/symfony/symfony/issues/24048>`_ and bundles
1010
should only be used to share code and features between multiple applications.
1111

1212
A bundle is similar to a plugin in other software, but even better. The core

0 commit comments

Comments
 (0)