Skip to content

Commit 37d879d

Browse files
committed
Make buildUrl public
1 parent 79763b4 commit 37d879d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function setRegion($regionCode)
201201
*
202202
* @return UriInterface
203203
*/
204-
protected function buildUrl($url, $query = [])
204+
public function buildUrl($url, $query = [])
205205
{
206206
$url = explode('?', $url, 2);
207207
if (count($url) == 2) {

0 commit comments

Comments
 (0)