diff options
Diffstat (limited to 'lib/private/L10N/LazyL10N.php')
-rw-r--r-- | lib/private/L10N/LazyL10N.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/L10N/LazyL10N.php b/lib/private/L10N/LazyL10N.php index 2b47de55dd9..9ffcb4df98f 100644 --- a/lib/private/L10N/LazyL10N.php +++ b/lib/private/L10N/LazyL10N.php @@ -68,5 +68,4 @@ class LazyL10N implements IL10N { public function getLocaleCode(): string { return $this->getL()->getLocaleCode(); } - } |