ℹ️ Click on a changelog entry to see more details.
Bugs fixed
Trigger event definition registration in more contexts
by Romain Canon on 14 Jun 2021 / 5e4f479 / #235
In some context — for instance in a CLI request — middlewares do not
run, meaning the event definition registration is not done. Because the
initialization will be run only once in any case, old hooks are used to
ensure a proper registration.Fixes #234