Merge pull request #25948 from nextcloud/techdebt/noid/depreate-getHTMLName

Deprecate getHTMLName on \OCP\Defaults
This commit is contained in:
Roeland Jago Douma 2021-03-08 08:54:42 +01:00 committed by GitHub
commit 43c8298dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ class Defaults {
* name of your ownCloud instance containing HTML styles
* @return string
* @since 8.0.0
* @depreacted 22.0.0
*/
public function getHTMLName() {
return $this->defaults->getHTMLName();