Remove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath()
This commit is contained in:
12
src/App.php
12
src/App.php
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user