@@ -17,7 +17,7 @@ discard block |
||
17 | 17 | */ |
18 | 18 | public function __construct() |
19 | 19 | { |
20 | - $this->preRequest = Interceptor::createBase(); |
|
20 | + $this->preRequest = Interceptor::createBase(); |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | */ |
38 | 38 | public function request(string $request): string |
39 | 39 | { |
40 | - $request = $this->preRequest($request); |
|
40 | + $request = $this->preRequest($request); |
|
41 | 41 | return $this->send($request); |
42 | 42 | } |
43 | 43 |