#3280·Slim

Slim 5: Ensure that route attributes are always in the Request

Author: akrabatCreated Aug 7, 2023Updated Oct 19, 2024
LabelsSlim 5

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.