From 0b546b1c1f46d8ddc3f8560af09e2ff46fb6310b Mon Sep 17 00:00:00 2001 From: mgasmi Date: Thu, 14 Jul 2022 17:11:39 +0200 Subject: [PATCH] [Security] Update security.rst Fixing display php code block --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index f1a0bd6bf05..9639d7c7e9a 100644 --- a/security.rst +++ b/security.rst @@ -930,7 +930,7 @@ Next, you'll need to create a route for this URL (but not a controller): - .. code-block:: php + .. code-block:: php // config/routes.php use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;