diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-10-25 17:25:42 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-10-29 09:08:31 +0100 |
commit | f536c86049205a45601476a7ce3961378a8f80c9 (patch) | |
tree | 509a8357d070f3407303904e3800b13f3e97398d /lib/private/SystemTag | |
parent | a4d7518e36cdf3ea76361f4701e80a930b3d790d (diff) | |
download | nextcloud-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.php | 2 |
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; } } |