rename PickSubscriptionType to PickEventType

This commit is contained in:
2019-05-02 12:16:48 +02:00
parent 8a6e7396ca
commit c2b5e0f767
3 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ services:
tags:
- { name: form.type }
Chill\EventBundle\Form\Type\PickSubscriptionType:
Chill\EventBundle\Form\Type\PickEventType:
arguments:
$eventRepository: "@chill_event.repository.event"
$tokenStorage: "@security.token_storage"