diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-08-02 17:10:25 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-08-02 23:08:45 +0200 |
commit | 585e5c6ea5057f3de5d798405a3ed1add673e91b (patch) | |
tree | b704bdd316534a47c7a6fe25e4e039ed30a647de /lib/public | |
parent | c40352c03071740f51544f0fcd7fc787c5c3f27b (diff) | |
download | nextcloud-server-585e5c6ea5057f3de5d798405a3ed1add673e91b.tar.gz nextcloud-server-585e5c6ea5057f3de5d798405a3ed1add673e91b.zip |
Logo claim is not used anymore
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Defaults.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php index 543657694c5..4bf638fda9f 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -143,9 +143,10 @@ class Defaults { * logo claim * @return string * @since 6.0.0 + * @deprecated 13.0.0 */ public function getLogoClaim() { - return $this->defaults->getLogoClaim(); + return ''; } /** |