Merge pull request #38552 from nextcloud/chore/drop-oc-defaults-getlogoclaim

chore!: Drop \OC_Defaults::getLogoClaim
pull/38567/head
Joas Schilling 2 years ago committed by GitHub
commit 56ece0c6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      lib/private/legacy/OC_Defaults.php

@ -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…
Cancel
Save