We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9159287 commit 189083fCopy full SHA for 189083f
src/Entity/User.php
@@ -69,7 +69,7 @@ class User implements UserInterface, \Serializable
69
/**
70
* @var array
71
*
72
- * @ORM\Column(type="json_array")
+ * @ORM\Column(type="json")
73
*/
74
private $roles = [];
75
0 commit comments