This error appear because your type not a “Array”
Change type to “array”
/** * @var string * * @ORM\Column(name="informations", type="array") * */ private $informations;
Then update your database with Command Symfony
This error appear because your type not a “Array”
Change type to “array”
/** * @var string * * @ORM\Column(name="informations", type="array") * */ private $informations;
Then update your database with Command Symfony