Skip to content

Commit

Permalink
minor #669 Use the new "json" type from DBAL 2.6 (javiereguiluz)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Oct 9, 2017
2 parents e5210df + 189083f commit b61db41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class User implements UserInterface, \Serializable
/**
* @var array
*
* @ORM\Column(type="json_array")
* @ORM\Column(type="json")
*/
private $roles = [];

Expand Down

0 comments on commit b61db41

Please sign in to comment.