@@ -43,7 +43,7 @@ |
||
| 43 | 43 | $statusCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); |
| 44 | 44 | curl_close($ch); |
| 45 | 45 | } catch (Exception $e) { |
| 46 | - $this->logger->error('Error on ForwardAPI::'.$this->DIRECT_TOKEN_ENDPOINT.' = ' . $e->getMessage()); |
|
| 46 | + $this->logger->error('Error on ForwardAPI::' . $this->DIRECT_TOKEN_ENDPOINT . ' = ' . $e->getMessage()); |
|
| 47 | 47 | return null; |
| 48 | 48 | } |
| 49 | 49 | return ([ |