Closed rtripault closed 1 year ago
We needed to be able to hook into some particular actions, so we introduced dispatching some events.
In the process we tried to simplify some code by "returning early".
Hope you will find this useful. Thanks for considering it.
@rtripault thank you! We have merged your changes and released new version in MODX repo.
We needed to be able to hook into some particular actions, so we introduced dispatching some events.
In the process we tried to simplify some code by "returning early".
Hope you will find this useful. Thanks for considering it.