Bug fix : companies fixtures loading fails (Option->text is an json_array)

This commit is contained in:
Marc Ducobu
2021-02-08 23:00:18 +01:00
parent 4f90561362
commit e083ca7487
2 changed files with 28 additions and 41 deletions

View File

@@ -50,7 +50,7 @@ class Option
* A json representation of text (multilingual)
*
* @var array
* @ORM\Column(type="text")
* @ORM\Column(type="json_array")
*/
private $text;