|
@@ -21,8 +21,8 @@ |
|
|
block discarded – undo |
|
21
|
21
|
public function init(): void |
|
22
|
22
|
{ |
|
23
|
23
|
parent::init(); |
|
24
|
|
- $this->request = di\Instance::ensure($this->request, web\Request::class); |
|
25
|
|
- $this->response = di\Instance::ensure($this->response, web\Response::class); |
|
|
24
|
+ $this->request = di\Instance::ensure($this->request, web\Request::class); |
|
|
25
|
+ $this->response = di\Instance::ensure($this->response, web\Response::class); |
|
26
|
26
|
} |
|
27
|
27
|
|
|
28
|
28
|
public function events(): array |
Please login to merge, or discard this patch.