mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
fix query format
This commit is contained in:
parent
ee3d403364
commit
acad5e14cc
1 changed files with 4 additions and 1 deletions
|
|
@ -184,7 +184,10 @@ class Request
|
|||
$this->_host,
|
||||
$this->_port,
|
||||
$this->_path,
|
||||
$this->_query ? sprintf(
|
||||
'?%s',
|
||||
$this->_query
|
||||
) : null
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue