@@ -80,7 +80,7 @@ |
||
80 | 80 | private function performCachedRequest() |
81 | 81 | { |
82 | 82 | $now = new \DateTime(); |
83 | - $key = 'curr-curr-' . $now->format('YY-mm-dd'); |
|
83 | + $key = 'curr-curr-'.$now->format('YY-mm-dd'); |
|
84 | 84 | $responseBody = $this->cache->get($key); |
85 | 85 | |
86 | 86 | if (null === $responseBody) { |