radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

Event listeners not resolved from container #119

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Describe the bug Event listeners constructor method is not resolved from the container.

To Reproduce Steps to reproduce the behavior:

  1. Type hint a dependency in a listener constructor
  2. Refresh the page
  3. See error

Expected behavior Dependencies to be resolved from the container.