chore(*): cleanup and formatting
This commit is contained in:
parent
4f72f68f68
commit
09e820e842
33 changed files with 184 additions and 196 deletions
|
@ -32,6 +32,7 @@ class OembedHandler extends BaseHandler
|
|||
|
||||
if ($this->cache && $this->cache->exists($cacheKey)) {
|
||||
$cachedItem = json_decode($this->cache->get($cacheKey), true);
|
||||
|
||||
$this->sendResponse($this->buildResponse(
|
||||
$cachedItem['title'],
|
||||
$cachedItem['url'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue