]> git.mxchange.org Git - friendica.git/commitdiff
Remove deprecated App::getScheme()
authornupplaPhil <admin@philipp.info>
Mon, 16 Dec 2019 00:05:34 +0000 (01:05 +0100)
committernupplaPhil <admin@philipp.info>
Sun, 29 Dec 2019 19:17:48 +0000 (20:17 +0100)
src/App.php

index 35ef04df6e29480ea533a7b6e7ed220e290ce845..a8650de389ad4c1e09ae49907353a4f5442cd250 100644 (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
         *