We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa535b commit 8ad76feCopy full SHA for 8ad76fe
src/Adapters/N500px.php
@@ -59,5 +59,7 @@ public function run()
59
//order is important
60
$this->addProvider('oembed', new Providers\OEmbed());
61
$this->addProvider('opengraph', new Providers\OpenGraph());
62
+ $this->addProvider('html', new Providers\Html());
63
+
64
}
65
0 commit comments