8000 [DomCrawler] fix leftover · symfony/symfony@8c694d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c694d6

Browse files
[DomCrawler] fix leftover
1 parent 1d34c8c commit 8c694d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DomCrawler/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)
0