Closed vaclavvanik closed 3 years ago
Now is not possible to log command errors.
ApplicationFactory creates own EventDispatcher and it is not possible to add custom listener.
ApplicationFactory
Maybe EventDispatcher could be grabbed from service container, so dev could inject custom EventDispatcher with custom listeners.
Fixed with #54
Feature Request
Now is not possible to log command errors.
ApplicationFactory
creates own EventDispatcher and it is not possible to add custom listener.Maybe EventDispatcher could be grabbed from service container, so dev could inject custom EventDispatcher with custom listeners.