@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | } |
| 104 | 104 | $ParameterQuery.= " ".$param; |
| 105 | 105 | } |
| 106 | - $this->concatenationUrlCurl($ParameterQuery); |
|
| 106 | + $this->concatenationUrlCurl($ParameterQuery); |
|
| 107 | 107 | |
| 108 | 108 | return $this; |
| 109 | 109 | } |
@@ -162,7 +162,7 @@ discard block |
||
| 162 | 162 | $urlHome = config($this->kernel->getPrefixConfig() . '.UrlHome'); |
| 163 | 163 | |
| 164 | 164 | $response = $this->kernel->getCurl()->request($this->HTTP_TYPE, $urlHome . $url, |
| 165 | - $this->debug()->headers()->getCookie()->httpErrorsFalse()->get() |
|
| 165 | + $this->debug()->headers()->getCookie()->httpErrorsFalse()->get() |
|
| 166 | 166 | ); |
| 167 | 167 | $body = $response->getBody(); |
| 168 | 168 | |