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.
Since updates to the
Request
object, theroute
method returns an array instead of aRoute
object, and theRoute
object no longer has theparameters
methods.This stops the
SubstituteBindings
Middleware from working as the route method is not a route object.