Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewhidow committed Dec 22, 2016
1 parent 8de1dfc commit e713cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Component/EventDispatcher/AsynchronousEventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function hasListeners($eventName = null)
{
return $this->dispatcher->hasListeners($eventName);
}

public function getListenerPriority($eventName, $listener)
{
return $this->dispatcher->getListenerPriority($eventName, $listener);
Expand Down

0 comments on commit e713cd0

Please sign in to comment.