Skip to content

Commit 44e86fc

Browse files
committed
[SecurityBundle] Remove invalid service definition
1 parent 370f094 commit 44e86fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Resources/config/security.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
1313

1414
use Symfony\Bundle\SecurityBundle\CacheWarmer\ExpressionCacheWarmer;
15-
use Symfony\Bundle\SecurityBundle\EventListener\FirewallEventBubblingListener;
1615
use Symfony\Bundle\SecurityBundle\EventListener\FirewallListener;
1716
use Symfony\Bundle\SecurityBundle\Security\FirewallConfig;
1817
use Symfony\Bundle\SecurityBundle\Security\FirewallContext;
@@ -127,10 +126,6 @@
127126
->args([service('request_stack')])
128127
->alias(AuthenticationUtils::class, 'security.authentication_utils')
129128

130-
->set('security.event_dispatcher.event_bubbling_listener', FirewallEventBubblingListener::class)
131-
->abstract()
132-
->args([service('event_dispatcher')])
133-
134129
// Authorization related services
135130
->set('security.access.decision_manager', AccessDecisionManager::class)
136131
->args([[]])

0 commit comments

Comments
 (0)