Fix Typed property wishthis\User::$language must not be accessed before initialization
This commit is contained in:
parent
08bcdc0f87
commit
5089a8cc8a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class User
|
|||
/**
|
||||
* Private
|
||||
*/
|
||||
private string $language;
|
||||
private string $language = DEFAULT_LOCALE;
|
||||
private string $currency;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue