@@ -56,7 +56,7 @@ |
||
56 | 56 | CacheProvider $cache) |
57 | 57 | { |
58 | 58 | $this->url = $apiUrl; |
59 | - $this->secretToken = $apiKey; |
|
59 | + $this->secretToken = $apiKey; |
|
60 | 60 | $this->serializer = $serializer; |
61 | 61 | $this->cache = $cache; |
62 | 62 | $this->client = new Client([ |