Remove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath()

This commit is contained in:
nupplaPhil
2019-12-16 00:39:54 +01:00
parent e93fba5136
commit 2900389696
9 changed files with 12 additions and 23 deletions

View File

@@ -311,18 +311,6 @@ class App
return $this->baseURL->getHostname();
}
/**
* Returns the sub-path of the full URL
*
* @return string
*
* @deprecated 2019.06 - use BaseURL->getUrlPath() instead
*/
public function getURLPath()
{
return $this->baseURL->getUrlPath();
}
/**
* Returns the current UserAgent as a String
*