Drop \OCP\Defaults::getLogoClaim
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
a649dff179
commit
24e035dfc8
|
@ -141,16 +141,6 @@ class Defaults {
|
||||||
return $this->defaults->getSlogan($lang);
|
return $this->defaults->getSlogan($lang);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* logo claim
|
|
||||||
* @return string
|
|
||||||
* @since 6.0.0
|
|
||||||
* @deprecated 13.0.0
|
|
||||||
*/
|
|
||||||
public function getLogoClaim() {
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* footer, short version
|
* footer, short version
|
||||||
* @return string
|
* @return string
|
||||||
|
|
Loading…
Reference in New Issue