We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594ed0f commit 5f8f939Copy full SHA for 5f8f939
Resources/config/security.php
@@ -48,6 +48,7 @@
48
use Symfony\Component\Security\Http\Authentication\AuthenticationUtils;
49
use Symfony\Component\Security\Http\Controller\UserValueResolver;
50
use Symfony\Component\Security\Http\Firewall;
51
+use Symfony\Component\Security\Http\FirewallMapInterface;
52
use Symfony\Component\Security\Http\HttpUtils;
53
use Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator;
54
use Symfony\Component\Security\Http\Logout\LogoutUrlGenerator;
@@ -188,6 +189,7 @@
188
189
abstract_arg('Firewall context locator'),
190
abstract_arg('Request matchers'),
191
])
192
+ ->alias(FirewallMapInterface::class, 'security.firewall.map')
193
194
->set('security.firewall.context', FirewallContext::class)
195
->abstract()
0 commit comments