From fbcb1116851817c677433aa47a57e7eb5ee7570f Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Thu, 11 Jun 2020 23:40:29 +0200 Subject: [PATCH] Update firewall.rst --- components/security/firewall.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/security/firewall.rst b/components/security/firewall.rst index 53bd823ad3f..f2ef3d4f67b 100644 --- a/components/security/firewall.rst +++ b/components/security/firewall.rst @@ -100,7 +100,7 @@ entry point and access denied URL, is provided by instances of the :class:`Symfony\\Bundle\\SecurityBundle\\Security\\FirewallConfig` class. This object can be accessed through the ``getFirewallConfig(Request $request)`` -method of the :class:`Symfony\\Component\\Security\\Http\\FirewallMap` class and +method of the :class:`Symfony\\Bundle\\SecurityBundle\\Security\\FirewallMap` class and through the ``getConfig()`` method of the :class:`Symfony\\Bundle\\SecurityBundle\\Security\\FirewallContext` class.