diff --git a/Uri/Http.php b/Uri/Http.php index 5d8de7bbf..2530fb28a 100644 --- a/Uri/Http.php +++ b/Uri/Http.php @@ -268,14 +268,6 @@ class Http implements UriInterface return substr_count($this->rootPath, '/') - 1; } - /** - * {@inheritdoc} - */ - public function getPathOffset() : int - { - return substr_count($this->rootPath, '/') - 1; - } - /** * {@inheritdoc} */