Skip to content

Commit

Permalink
Merge pull request #4 from Ennexa/JoyceBabu-patch-1
Browse files Browse the repository at this point in the history
fix: add public method getCache. Fixes #3
  • Loading branch information
JoyceBabu authored Feb 6, 2021
2 parents 319c235 + 5b0d244 commit 6c7817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private static function base64encode($string)
*
* @return string
*/
private function getCaches()
public function getCache()
{
if (is_null($this->cacheList)) {
$response = $this->guzzleClient->get('https://cdn.ampproject.org/caches.json');
Expand Down

0 comments on commit 6c7817f

Please sign in to comment.