Skip to content

Commit 397a79e

Browse files
committed
removed unused code
1 parent 374fb4e commit 397a79e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Embed.php

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ public static function create($request, array $config = [])
1919

2020
if (!$request->isValid()) {
2121
throw new Exceptions\InvalidUrlException("The url '{$request->startingUrl->getUrl()}' returns the http code '{$request->getHttpCode()}'");
22-
23-
return false;
2422
}
2523

2624
//Use custom adapter

0 commit comments

Comments
 (0)