We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44c45d8 + f8ddcd9 commit fe379f6Copy full SHA for fe379f6
src/Providers/OEmbed/Embedly.php
@@ -42,7 +42,7 @@ public function getEndPoint()
42
{
43
return Url::create('http://api.embed.ly/1/oembed')
44
->withQueryParameters([
45
- 'url' => (string) $this->getUrl(),
+ 'url' => (string) $this->response->getUrl(),
46
'format' => 'json',
47
'key' => $this->key,
48
]);
0 commit comments