Fix about page

This commit is contained in:
Olu Amey
2022-01-09 20:44:16 -05:00
parent 78c4fafe9e
commit ec670d2cc5
6 changed files with 116 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class WpContentsClient
$response= []; // empty array
}
$responseArray = json_decode($response->getBody());
$cache->save('BlogWebData',$responseArray,600);
$cache->save('BlogWebData',$responseArray,7200);
}
else{
$responseArray = $cache->get('BlogWebData');