add request to dispatcher class
This commit is contained in:
parent
80648da431
commit
4dca2038bf
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ class DIContainer extends SimpleContainer implements IAppContainer{
|
|||
return new Dispatcher(
|
||||
$c['Protocol'],
|
||||
$c['MiddlewareDispatcher'],
|
||||
$c['ControllerMethodReflector']
|
||||
$c['ControllerMethodReflector'],
|
||||
$c['Request']
|
||||
);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue