Skip to content

Commit 9810655

Browse files
committed
major fix
1 parent 3be37a9 commit 9810655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ispManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private function buildUrl(): self
147147
$this->prepareUrlFormat();
148148
$this->prepareUrlFunc();
149149
$this->prepareUrlAdditional();
150-
$this->url .= \http_build_query($this->urlParts);
150+
$this->url .= \http_build_query($this->urlParts->toArray());
151151
return $this;
152152
}
153153

0 commit comments

Comments
 (0)