Application\Web: use same request everywhere
This commit is contained in:
parent
dfe2448921
commit
7d6fd45466
|
@ -178,7 +178,7 @@ class Web extends ApplicationBootstrap
|
|||
*/
|
||||
public function dispatch()
|
||||
{
|
||||
$this->frontController->dispatch(new Request(), new Response());
|
||||
$this->frontController->dispatch($this->request, new Response());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue