This commit is contained in:
Michael 2023-02-14 20:52:33 +00:00
parent f9b3340599
commit 9a93c8f1c5
2 changed files with 2 additions and 2 deletions

View file

@ -261,7 +261,7 @@ class HttpClient implements ICanSendHttpRequests
throw new TransferException($urlResult->getErrorMessageString(), $urlResult->getHTTPStatusCode() ?? 0);
}
return $urlResult->getURL();
return $urlResult->getUrl();
}
/**