File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ services:
99 autoconfigure : true
1010 public : true
1111
12- custom.event.dispatcher :
13- class : Local\Util\SymfonyEvents\Events
14- arguments :
15- - ' @event_dispatcher'
16- - !tagged_iterator bitrix.component.event
17-
1812 Prokl\BitrixOrdinaryToolsBundle\Services\SymfonyEvents\Handlers\OnResultModifierSections :
1913 tags :
2014 - { name: bitrix.component.event }
Original file line number Diff line number Diff line change @@ -48,3 +48,9 @@ services:
4848 class : Prokl\BitrixOrdinaryToolsBundle\Services\Cache\LegacyCacher
4949 arguments : ['@bitrix_ordinary_tools.bitrix_cacher']
5050
51+ bitrix_ordinary_tools.custom_event_dispatcher :
52+ class : Prokl\BitrixOrdinaryToolsBundle\Services\SymfonyEvents\CustomEvents
53+ arguments :
54+ - ' @event_dispatcher'
55+ - !tagged_iterator bitrix.component.event
56+
You can’t perform that action at this time.
0 commit comments