Merge pull request #25948 from nextcloud/techdebt/noid/depreate-getHTMLName
Deprecate getHTMLName on \OCP\Defaults
This commit is contained in:
commit
43c8298dec
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue