You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the way strategies are currently implement, route parameters are only sometimes set into the Request's attributes.
In Slim 5, we should ensure that they are always in there for consistency purposes and that strategies (if we choose to continue with them) only affect the signature of the callable.
The text was updated successfully, but these errors were encountered:
With the way strategies are currently implement, route parameters are only sometimes set into the Request's attributes.
In Slim 5, we should ensure that they are always in there for consistency purposes and that strategies (if we choose to continue with them) only affect the signature of the callable.
The text was updated successfully, but these errors were encountered: