@@ -22,8 +22,8 @@ |
||
22 | 22 | public function init() |
23 | 23 | { |
24 | 24 | parent::init(); |
25 | - $this->request = di\Instance::ensure($this->request, web\Request::class); |
|
26 | - $this->response = di\Instance::ensure($this->response, web\Response::class); |
|
25 | + $this->request = di\Instance::ensure($this->request, web\Request::class); |
|
26 | + $this->response = di\Instance::ensure($this->response, web\Response::class); |
|
27 | 27 | } |
28 | 28 | |
29 | 29 | public function events() |