mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +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