From 5a2b1a99193d5803073ec1af867a7287d22466fa Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 2 Jul 2016 14:35:21 +0200 Subject: [PATCH] Waiting for fix --- Account/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /**