Browse Source

fix query format

main 1.1.2
yggverse 5 months ago
parent
commit
1129cd1657
  1. 3
      src/Client.php

3
src/Client.php

@ -113,7 +113,10 @@ class Client @@ -113,7 +113,10 @@ class Client
sprintf(
"%s%s\r\n",
$this->_path,
$this->_query ? sprintf(
'?%s',
$this->_query
) : null
)
);

Loading…
Cancel
Save