Fix event service listener registration
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2f586bc7e0
commit
9cf32a3999
|
@ -199,7 +199,7 @@ class RegistrationContext {
|
|||
$registration['priority']
|
||||
);
|
||||
} else {
|
||||
$eventDispatcher->addListener(
|
||||
$eventDispatcher->addServiceListener(
|
||||
$registration['event'],
|
||||
$registration['listener']
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue