We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57edd92 commit fb22ac3Copy full SHA for fb22ac3
src/Events/SymfonyDispatcher.php
@@ -60,7 +60,7 @@ public function getListenerPriority($eventName, $listener)
60
61
public function getListeners($eventName = NULL)
62
{
63
- return $this->getListeners($eventName);
+ return $this->evm->getListeners($eventName);
64
}
65
66
public function hasListeners($eventName = NULL)
0 commit comments