Skip to content

Commit eea1a08

Browse files
committed
fixed adapter detector
1 parent 551d633 commit eea1a08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ExtractorFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function createExtractor(UriInterface $uri, RequestInterface $request, Re
4646
foreach ($this->adapters as $adapterHost => $adapter) {
4747
if (substr($host, -strlen($adapterHost)) === $adapterHost) {
4848
$class = $adapter;
49+
break;
4950
}
5051
}
5152

0 commit comments

Comments
 (0)