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:
John Molakvoæ 2026-03-19 22:10:59 +01:00 committed by skjnldsv
parent f2c73ebffd
commit 8fa69c1c29
No known key found for this signature in database
GPG key ID: 20CCE4F37ED06566

View file

@ -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 {