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

This commit is contained in:
grandeljay 2022-12-05 10:01:44 +01:00
parent 08bcdc0f87
commit 5089a8cc8a

View file

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