mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
fix(theming): deprecation message
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
f2c73ebffd
commit
8fa69c1c29
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use OCA\Theming\ThemingDefaults;
|
|||
use OCA\Theming\Util;
|
||||
|
||||
/**
|
||||
* @deprecated since Nextcloud 32 — all properties are now exposed via Capabilities
|
||||
* @deprecated since Nextcloud 34 — all properties are now exposed via Capabilities
|
||||
*/
|
||||
class JSDataService implements \JsonSerializable {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue