mirror of
https://github.com/YGGverse/nex-php.git
synced 2025-02-09 21:54:15 +00:00
fix query format
This commit is contained in:
parent
55b4c879e4
commit
1129cd1657
@ -113,7 +113,10 @@ class Client
|
||||
sprintf(
|
||||
"%s%s\r\n",
|
||||
$this->_path,
|
||||
$this->_query
|
||||
$this->_query ? sprintf(
|
||||
'?%s',
|
||||
$this->_query
|
||||
) : null
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user