mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
add default attributes for user
This commit is contained in:
parent
3fb3df9db1
commit
52dd08e088
@ -45,7 +45,7 @@ class User implements AdvancedUserInterface
|
|||||||
*
|
*
|
||||||
* @ORM\Column(type="json", nullable=true)
|
* @ORM\Column(type="json", nullable=true)
|
||||||
*/
|
*/
|
||||||
private array $attributes;
|
private array $attributes = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\ManyToOne(targetEntity=Location::class)
|
* @ORM\ManyToOne(targetEntity=Location::class)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user