thephpleague / route

Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
http://route.thephpleague.com
MIT License
651 stars 126 forks source link

Update Dispatcher.php #316

Closed Concentum closed 2 years ago

Concentum commented 2 years ago

Added the "RouteTarget" parameter to the request attributes.

I'm not sure if the called object is what I need, the line "Controller::action" would be enough for me, but it might be possible to renew interest in this topic. This functionality is very much in demand.