mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-05 17:01:24 +00:00
Bug fix : companies fixtures loading fails (Option->text is an json_array)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user