AccompanyingPeriod/ClosingMotive: fix json_array deprecated

This commit is contained in:
2021-04-19 13:29:17 +02:00
parent 51e9b1fcf2
commit b7d6d29fac
2 changed files with 30 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ class ClosingMotive
/**
* @var array
*
* @ORM\Column(type="json_array")
* @ORM\Column(type="json")
*/
private $name;