@@ -86,7 +86,7 @@ |
||
| 86 | 86 | $statusCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); |
| 87 | 87 | curl_close($ch); |
| 88 | 88 | } catch (Exception $e) { |
| 89 | - $this->logger->error('Error on ForwardAPI::'.$this->ENDPOINT.' = ' . $e->getMessage()); |
|
| 89 | + $this->logger->error('Error on ForwardAPI::' . $this->ENDPOINT . ' = ' . $e->getMessage()); |
|
| 90 | 90 | return null; |
| 91 | 91 | } |
| 92 | 92 | return ([ |