We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374fb4e commit 397a79eCopy full SHA for 397a79e
src/Embed.php
@@ -19,8 +19,6 @@ public static function create($request, array $config = [])
19
20
if (!$request->isValid()) {
21
throw new Exceptions\InvalidUrlException("The url '{$request->startingUrl->getUrl()}' returns the http code '{$request->getHttpCode()}'");
22
-
23
- return false;
24
}
25
26
//Use custom adapter
0 commit comments