mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-06 12:38:40 +00:00
Adding query delim
This commit is contained in:
parent
dd6016bcbd
commit
d3200d5ac0
|
|
@ -263,7 +263,7 @@ class Http implements UriInterface
|
||||||
|
|
||||||
public function getRoute() : string
|
public function getRoute() : string
|
||||||
{
|
{
|
||||||
return ($this->path ?? '') . $this->getQuery();
|
return ($this->path ?? '') . '?' . $this->getQuery();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user