Remove deprecated App::getUrlPath - process methods to DI::baseUrl()->getUrlPath()
This commit is contained in:
parent
e93fba5136
commit
2900389696
9 changed files with 12 additions and 23 deletions
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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue