Rename PickEventType to PickEventTypeType for type of events

This commit is contained in:
2019-05-02 12:11:40 +02:00
parent ee8f303d25
commit 8a6e7396ca
4 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
services:
chill.event.form.type.pick_event_type:
class: Chill\EventBundle\Form\Type\PickEventType
class: Chill\EventBundle\Form\Type\PickEventTypeType
arguments:
- "@chill.main.helper.translatable_string"
tags: