File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \DependencyInjection \Loader \Configurator ;
13
13
14
14
use Symfony \Bundle \SecurityBundle \CacheWarmer \ExpressionCacheWarmer ;
15
- use Symfony \Bundle \SecurityBundle \EventListener \FirewallEventBubblingListener ;
16
15
use Symfony \Bundle \SecurityBundle \EventListener \FirewallListener ;
17
16
use Symfony \Bundle \SecurityBundle \Security \FirewallConfig ;
18
17
use Symfony \Bundle \SecurityBundle \Security \FirewallContext ;
127
126
->args ([service ('request_stack ' )])
128
127
->alias (AuthenticationUtils::class, 'security.authentication_utils ' )
129
128
130
- ->set ('security.event_dispatcher.event_bubbling_listener ' , FirewallEventBubblingListener::class)
131
- ->abstract ()
132
- ->args ([service ('event_dispatcher ' )])
133
-
134
129
// Authorization related services
135
130
->set ('security.access.decision_manager ' , AccessDecisionManager::class)
136
131
->args ([[]])
You can’t perform that action at this time.
0 commit comments