Skip to content

Commit

Permalink
fix infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka authored and enumag committed Jul 3, 2019
1 parent 57edd92 commit fb22ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/SymfonyDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function getListenerPriority($eventName, $listener)

public function getListeners($eventName = NULL)
{
return $this->getListeners($eventName);
return $this->evm->getListeners($eventName);
}

public function hasListeners($eventName = NULL)
Expand Down

0 comments on commit fb22ac3

Please sign in to comment.