mirror of
https://github.com/YGGverse/nex-php.git
synced 2026-04-01 18:25:28 +00:00
Compare commits
No commits in common. "main" and "1.1.1" have entirely different histories.
1 changed files with 1 additions and 4 deletions
|
|
@ -113,10 +113,7 @@ class Client
|
||||||
sprintf(
|
sprintf(
|
||||||
"%s%s\r\n",
|
"%s%s\r\n",
|
||||||
$this->_path,
|
$this->_path,
|
||||||
$this->_query ? sprintf(
|
$this->_query
|
||||||
'?%s',
|
|
||||||
$this->_query
|
|
||||||
) : null
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue