diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-02-16 11:46:06 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-02-16 11:46:06 +0100 |
commit | 24e035dfc82ed6fa3d13ced8c25f1036f58adf99 (patch) | |
tree | c037d8c70ec9dbb653abfb25381a84451d16793d /lib/public/Defaults.php | |
parent | a649dff1795f6df7e70742bea5e45265903476d4 (diff) | |
download | nextcloud-server-24e035dfc82ed6fa3d13ced8c25f1036f58adf99.tar.gz nextcloud-server-24e035dfc82ed6fa3d13ced8c25f1036f58adf99.zip |
Drop \OCP\Defaults::getLogoClaim
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/Defaults.php')
-rw-r--r-- | lib/public/Defaults.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php index afb606febf6..990644a6cb2 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -142,16 +142,6 @@ class Defaults { } /** - * logo claim - * @return string - * @since 6.0.0 - * @deprecated 13.0.0 - */ - public function getLogoClaim() { - return ''; - } - - /** * footer, short version * @return string * @since 6.0.0 |