Revert "Fix Typed property wishthis\User::$language must not be accessed before initialization"

This reverts commit 5089a8cc8a.
This commit is contained in:
grandeljay 2022-12-05 10:38:02 +01:00
parent dd0aae5938
commit cae0f22cb6

View file

@ -44,7 +44,7 @@ class User
/** /**
* Private * Private
*/ */
private string $language = DEFAULT_LOCALE; private string $language;
private string $currency; private string $currency;
/** /**