OverviewDispatchMiddleware calls the controller action stored in the route array. It throws when no controller or action is set.
Usage
$middleware[] = new DispatchMiddleware();
Do's
Don'ts