diff --git a/src/App.php b/src/App.php index 35ef04df6e..a8650de389 100644 --- a/src/App.php +++ b/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 *