Skip to content

Commit b61db41

Browse files
committed
minor #669 Use the new "json" type from DBAL 2.6 (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Use the new "json" type from DBAL 2.6 This partially fixes #620 and it's based on #659. Commits ------- 189083f Use the new "json" type from DBAL 2.6
2 parents e5210df + 189083f commit b61db41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class User implements UserInterface, \Serializable
6969
/**
7070
* @var array
7171
*
72-
* @ORM\Column(type="json_array")
72+
* @ORM\Column(type="json")
7373
*/
7474
private $roles = [];
7575

0 commit comments

Comments
 (0)