From 35e2703636f49277122c1d158d3c989e930cd6be Mon Sep 17 00:00:00 2001 From: Franklin LIA <46316603+lbbyf@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:51:26 +0100 Subject: [PATCH] Update routing.rst In Symfony version 7, we don't have a loader for the annotations --- routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.rst b/routing.rst index 77b035ddd16..941c074cb0d 100644 --- a/routing.rst +++ b/routing.rst @@ -2600,7 +2600,7 @@ same URL, but with the HTTPS scheme. If you want to force a group of routes to use HTTPS, you can define the default scheme when importing them. The following example forces HTTPS on all routes -defined as annotations: +defined as attributes: .. configuration-block::