aphiria/api

Support closure route actions

Closed this issue · 1 comments

We are currently only supporting controller method route actions, and should support closures. This will require adding DI container lookups when resolving parameters.

Implemented