mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 13:28:39 +00:00
Fix duplicated function bug
This commit is contained in:
parent
4523c6120d
commit
9898c478d2
|
|
@ -268,14 +268,6 @@ class Http implements UriInterface
|
||||||
return substr_count($this->rootPath, '/') - 1;
|
return substr_count($this->rootPath, '/') - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function getPathOffset() : int
|
|
||||||
{
|
|
||||||
return substr_count($this->rootPath, '/') - 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user