chill-bundles/Resources/config/validation.yml

11 lines
230 B
YAML

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