fix saveToCache() usage; move hook controllers around
[pharext/pharext.org] / app / Github / API / Repos / ReadRepo.php
index e432d2a2a8557a2eba98d10caf5b5ea6e64b783c..775a9ee6fb73cecff7a4a2cf1e4b078621f24c6f 100644 (file)
@@ -18,7 +18,7 @@ class ReadRepo extends Call
                        if ($response->getResponseCode() >= 400 || null === ($json = json_decode($response->getBody()))) {
                                throw new RequestException($response);
                        }
-                       $this->saveToCache($json);
+                       $this->saveToCache([$json]);
                        $callback($json);
                        return true;
                });