From: nupplaPhil Date: Mon, 16 Dec 2019 00:05:34 +0000 (+0100) Subject: Remove deprecated App::getScheme() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=302cbaa33c8151bffc37891614f2cdcb1e19e955;p=friendica.git Remove deprecated App::getScheme() --- 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 *