X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2FGithub%2FAPI%2FRepos%2FReadContents.php;h=fde19b88a664cb6bfb462faa3a5f88039e39d001;hb=25b99959b9e66d00681092977c23b5df32ead5f4;hp=02b28fb55bcb514a1016fb3b693a57b97c9b62fc;hpb=07b87ac26f62bc3c069bb16983fe7500272e19b4;p=pharext%2Fpharext.org diff --git a/app/Github/API/Repos/ReadContents.php b/app/Github/API/Repos/ReadContents.php index 02b28fb..fde19b8 100644 --- a/app/Github/API/Repos/ReadContents.php +++ b/app/Github/API/Repos/ReadContents.php @@ -18,7 +18,7 @@ class ReadContents 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; });