Skip to content

Commit 7b3a625

Browse files
committed
minor #10901 remove Symfony 2.8 versionadded directive (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- remove Symfony 2.8 versionadded directive <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- bee45aa remove Symfony 2.8 versionadded directive
2 parents a241a7a + bee45aa commit 7b3a625

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

routing/custom_route_loader.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ containing :class:`Symfony\\Component\\Routing\\Route` objects.
6262
Loading Routes with a Custom Service
6363
------------------------------------
6464

65-
.. versionadded:: 2.8
66-
67-
The option to load routes using Symfony services was introduced in Symfony 2.8.
68-
6965
Using a regular Symfony service is the simplest way to load routes in a
7066
customized way. It's much easier than creating a full custom route loader, so
7167
you should always consider this option first.

0 commit comments

Comments
 (0)