Skip to content

Commit 8283e69

Browse files
committed
bug #19307 [Documentation][Routing] Update routing.rst (lbbyf)
This PR was submitted for the 7.1 branch but it was merged into the 7.0 branch instead. Discussion ---------- [Documentation][Routing] Update routing.rst In Symfony version 7, we don't have a loader for the annotations <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `6.x` for features of unreleased versions). --> Commits ------- 35e2703 Update routing.rst
2 parents 506deec + 35e2703 commit 8283e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2600,7 +2600,7 @@ same URL, but with the HTTPS scheme.
26002600

26012601
If you want to force a group of routes to use HTTPS, you can define the default
26022602
scheme when importing them. The following example forces HTTPS on all routes
2603-
defined as annotations:
2603+
defined as attributes:
26042604

26052605
.. configuration-block::
26062606

0 commit comments

Comments
 (0)