Remove deprecated App::getScheme()

This commit is contained in:
Philipp Holzer 2019-12-16 01:05:34 +01:00
parent e944d7bed6
commit 302cbaa33c
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 0 additions and 12 deletions

View File

@ -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
*