From 302cbaa33c8151bffc37891614f2cdcb1e19e955 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Mon, 16 Dec 2019 01:05:34 +0100 Subject: [PATCH] Remove deprecated App::getScheme() --- src/App.php | 12 ------------ 1 file changed, 12 deletions(-) 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 *