Skip to content

Commit 9701a30

Browse files
committed
Фикс отсутствия EventDispatcher.
1 parent a2504e4 commit 9701a30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/base.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ services:
1414
Symfony\Component\HttpKernel\KernelInterface: '@kernel'
1515
Symfony\Component\HttpKernel\Kernel: '@kernel'
1616

17+
event_dispatcher:
18+
class: Symfony\Component\EventDispatcher\EventDispatcher
19+
20+
Symfony\Component\EventDispatcher\EventDispatcher: '@event_dispatcher'
21+
Symfony\Contracts\EventDispatcher\EventDispatcherInterface: '@event_dispatcher'
22+
1723
# Параметры приложения.
1824
parameter_bag:
1925
class: Symfony\Component\DependencyInjection\ParameterBag\ContainerBag

0 commit comments

Comments
 (0)