1
0
Fork 0

Merge pull request #3643 from vkartaviy/dispatcher-fix

Added missing $listeners variable into EventDispatcher
pull/3646/head
Jordi Boggiano 2015-01-12 23:02:29 +00:00
commit 8db7420f02
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class EventDispatcher
protected $io;
protected $loader;
protected $process;
protected $listeners;
/**
* Constructor.