mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
chore!: Drop \OC_Defaults::getLogoClaim
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
2845a04827
commit
9a89e9086f
1 changed files with 0 additions and 9 deletions
|
|
@ -244,15 +244,6 @@ class OC_Defaults {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns logo claim
|
||||
* @return string logo claim
|
||||
* @deprecated 13.0.0
|
||||
*/
|
||||
public function getLogoClaim() {
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns short version of the footer
|
||||
* @return string short footer
|
||||
|
|
|
|||
Loading…
Reference in a new issue