Support closure route actions
Closed this issue · 1 comments
davidbyoung commented
We are currently only supporting controller method route actions, and should support closures. This will require adding DI container lookups when resolving parameters.
davidbyoung commented
Implemented