chill-bundles/Resources/config/validation.yml
2016-03-24 15:02:08 +01:00

11 lines
231 B
YAML

Chill\EventBundle\Entity\Participation:
properties:
event:
- NotNull: ~
status:
- NotNull: ~
person:
- NotNull: ~
constraints:
- Callback: [isConsistent]