Skip to content

Commit f2e6e7b

Browse files
[DomCrawler] fix leftover
1 parent 524a0b4 commit f2e6e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AbstractUriElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getMethod()
8080
*/
8181
public function getUri()
8282
{
83-
return UriExpander::expand($this->getRawUri(), $this->currentUri);
83+
return UriResolver::resolve($this->getRawUri(), $this->currentUri);
8484
}
8585

8686
/**

0 commit comments

Comments
 (0)