Closed markstory closed 7 years ago
Use Dispatcher.invokeController as it works more consistently between various versions of CakePHP. In 3.3+ Dispatcher.beforeDispatch doesn't always have access to the Controller depending on how the application is setup.
Dispatcher.beforeDispatch
Refs #109
Use Dispatcher.invokeController as it works more consistently between various versions of CakePHP. In 3.3+
Dispatcher.beforeDispatch
doesn't always have access to the Controller depending on how the application is setup.Refs #109