Remove deprecated App::getScheme()
This commit is contained in:
parent
e944d7bed6
commit
302cbaa33c
12
src/App.php
12
src/App.php
|
@ -259,18 +259,6 @@ class App
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns the scheme of the current call
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*
|
|
||||||
* @deprecated 2019.06 - use BaseURL->getScheme() instead
|
|
||||||
*/
|
|
||||||
public function getScheme()
|
|
||||||
{
|
|
||||||
return $this->baseURL->getScheme();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the current UserAgent as a String
|
* Returns the current UserAgent as a String
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue