10000
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 1f9daf8 commit 394deb5Copy full SHA for 394deb5
src/Symfony/Bundle/SecurityBundle/SecurityBundle.php
@@ -79,6 +79,7 @@ public function build(ContainerBuilder $container)
79
$container->addCompilerPass(new RegisterLdapLocatorPass());
80
// must be registered after RegisterListenersPass (in the FrameworkBundle)
81
$container->addCompilerPass(new RegisterGlobalSecurityEventListenersPass(), PassConfig::TYPE_BEFORE_REMOVING, -200);
82
+ // execute after ResolveChildDefinitionsPass optimization pass, to ensure class names are set
83
$container->addCompilerPass(new SortFirewallListenersPass(), PassConfig::TYPE_BEFORE_REMOVING);
84
85
$container->addCompilerPass(new AddEventAliasesPass([
0 commit comments