Remove deprecated App::getScheme()

pull/8019/head
nupplaPhil 2019-12-16 01:05:34 +01:00
rodzic e944d7bed6
commit 302cbaa33c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: D8365C3D36B77D90
1 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

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