mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
update config for tasks workflow to symfony 4.4+
This commit is contained in:
@@ -62,12 +62,10 @@ abstract class AbstractTask implements HasCenterInterface, HasScopeInterface
|
||||
private ?\Chill\PersonBundle\Entity\AccompanyingPeriod $course = null;
|
||||
|
||||
/**
|
||||
* @var json
|
||||
*
|
||||
* @ORM\Column(name="current_states", type="json")
|
||||
* @ORM\Column(name="current_states", type="json", options={"jsonb"=true, "default"="[]"})
|
||||
* @Serializer\Groups({"read"})
|
||||
*/
|
||||
private $currentStates = [];
|
||||
private array $currentStates = [];
|
||||
|
||||
/**
|
||||
*
|
||||
|
Reference in New Issue
Block a user