diff --git a/Account/Account.php b/Account/Account.php index 55ddb9944..0da17b984 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -182,7 +182,7 @@ class Account implements ArrayableInterface */ public function getL11n() : Localization { - return $this->l11n ?? new NullLocalization(); + return $this->l11n; } /**