We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2504e4 commit 9701a30Copy full SHA for 9701a30
config/base.yaml
@@ -14,6 +14,12 @@ services:
14
Symfony\Component\HttpKernel\KernelInterface: '@kernel'
15
Symfony\Component\HttpKernel\Kernel: '@kernel'
16
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
23
# Параметры приложения.
24
parameter_bag:
25
class: Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
0 commit comments