radiate-framework / framework

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

`SubstituteBindings` Middleware not working #163

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Since updates to the Request object, the route method returns an array instead of a Route object, and the Route object no longer has the parameters methods.

This stops the SubstituteBindings Middleware from working as the route method is not a route object.