Merge pull request #3643 from vkartaviy/dispatcher-fix
Added missing $listeners variable into EventDispatcherpull/3646/head
commit
8db7420f02
|
@ -44,6 +44,7 @@ class EventDispatcher
|
|||
protected $io;
|
||||
protected $loader;
|
||||
protected $process;
|
||||
protected $listeners;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
Loading…
Reference in New Issue