aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/SystemTag
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-10-25 17:25:42 +0200
committerskjnldsv <skjnldsv@protonmail.com>2024-10-29 09:08:31 +0100
commitf536c86049205a45601476a7ce3961378a8f80c9 (patch)
tree509a8357d070f3407303904e3800b13f3e97398d /lib/private/SystemTag
parenta4d7518e36cdf3ea76361f4701e80a930b3d790d (diff)
downloadnextcloud-server-f536c86049205a45601476a7ce3961378a8f80c9.tar.gz
nextcloud-server-f536c86049205a45601476a7ce3961378a8f80c9.zip
fix(systemtags): translations and etag method casing
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/private/SystemTag')
-rw-r--r--lib/private/SystemTag/SystemTag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/SystemTag/SystemTag.php b/lib/private/SystemTag/SystemTag.php
index be97bed27dd..8c64f2389d0 100644
--- a/lib/private/SystemTag/SystemTag.php
+++ b/lib/private/SystemTag/SystemTag.php
@@ -66,7 +66,7 @@ class SystemTag implements ISystemTag {
/**
* {@inheritdoc}
*/
- public function getEtag(): ?string {
+ public function getETag(): ?string {
return $this->etag;
}
}