mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-21 13:58:42 +00:00
Set port
This commit is contained in:
parent
97cf8dd5a8
commit
1e79d9616a
|
|
@ -116,6 +116,7 @@ final class UriFactory
|
|||
{
|
||||
self::setQuery('/scheme', $uri->getScheme());
|
||||
self::setQuery('/host', $uri->getHost());
|
||||
self::setQuery('/port', (string) $uri->getPort());
|
||||
self::setQuery('/base', \rtrim($uri->getBase(), '/'));
|
||||
self::setQuery('/rootPath', $uri->getRootPath());
|
||||
self::setQuery('?', $uri->getQuery());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user