X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2FGithub%2FAPI%2FRepos%2FReadRepo.php;h=2a82b0879ea7d11e3ed037a8e7dd02459e62dc0c;hb=36cfa28cf2dcee3422f0231f91c6692eb28e7824;hp=e432d2a2a8557a2eba98d10caf5b5ea6e64b783c;hpb=07b87ac26f62bc3c069bb16983fe7500272e19b4;p=pharext%2Fpharext.org diff --git a/app/Github/API/Repos/ReadRepo.php b/app/Github/API/Repos/ReadRepo.php index e432d2a..2a82b08 100644 --- a/app/Github/API/Repos/ReadRepo.php +++ b/app/Github/API/Repos/ReadRepo.php @@ -18,7 +18,8 @@ class ReadRepo extends Call if ($response->getResponseCode() >= 400 || null === ($json = json_decode($response->getBody()))) { throw new RequestException($response); } - $this->saveToCache($json); + $this->result = [$json]; + $this->saveToCache($this->result); $callback($json); return true; });