File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 131
131
132
132
->set ('console.command.event_dispatcher_debug ' , EventDispatcherDebugCommand::class)
133
133
->args ([
134
- tagged_locator ('event_dispatcher.dispatcher ' ),
134
+ tagged_locator ('event_dispatcher.dispatcher ' , ' name ' ),
135
135
])
136
136
->tag ('console.command ' )
137
137
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ class_exists(WorkflowEvents::class) ? WorkflowEvents::ALIASES : []
69
69
->set ('event_dispatcher ' , EventDispatcher::class)
70
70
->public ()
71
71
->tag ('container.hot_path ' )
72
- ->tag ('event_dispatcher.dispatcher ' )
72
+ ->tag ('event_dispatcher.dispatcher ' , [ ' name ' => ' event_dispatcher ' ] )
73
73
->alias (EventDispatcherInterfaceComponentAlias::class, 'event_dispatcher ' )
74
74
->alias (EventDispatcherInterface::class, 'event_dispatcher ' )
75
75
You can’t perform that action at this time.
0 commit comments