Skip to content

Commit 189083f

Browse files
committed
Use the new "json" type from DBAL 2.6
1 parent 9159287 commit 189083f

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)