mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 22:04:59 +00:00
Rename PickEventType to PickEventTypeType for type of events
This commit is contained in:
@@ -6,7 +6,7 @@ use Symfony\Component\Form\AbstractType;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
|
||||
use Chill\MainBundle\Form\Type\TranslatableStringFormType;
|
||||
use Chill\EventBundle\Form\Type\PickEventType;
|
||||
use Chill\EventBundle\Form\Type\PickEventTypeType;
|
||||
|
||||
class StatusType extends AbstractType
|
||||
{
|
||||
@@ -19,7 +19,7 @@ class StatusType extends AbstractType
|
||||
$builder
|
||||
->add('name', TranslatableStringFormType::class)
|
||||
->add('active')
|
||||
->add('type', PickEventType::class)
|
||||
->add('type', PickEventTypeType::class)
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user