Skip to content

Commit

Permalink
Update model because of symfony/symfony#29800
Browse files Browse the repository at this point in the history
  • Loading branch information
franzwilding committed Apr 17, 2019
1 parent 246f643 commit 3c2a5c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Bundle/CoreBundle/Model/StateSettings.php
Expand Up @@ -33,13 +33,15 @@ class StateSettings
* @var StatePlace[]
* @Assert\NotBlank(message="not_blank")
* @Assert\Type(type="array", message="workflow_invalid_place")
* @Assert\Valid()
*/
private $places;

/**
* @var StateTransition[]
* @Assert\NotBlank(message="not_blank")
* @Assert\Type(type="array", message="workflow_invalid_transition")
* @Assert\Valid()
*/
private $transitions;

Expand Down

0 comments on commit 3c2a5c1

Please sign in to comment.