// use Symfony\Component\OptionsResolver\OptionsResolver;use Symfony\Component\Form\Extension\Core\Type\ChoiceType;use Symfony\Component\Form\Extension\Core\Type\EmailType;use Symfony\Component\Form\Extension\Core\Type\TextType;use Symfony\Component\Form\Extension\Core\Type\SubmitType;use Symfony\Component\Form\Extension\Core\Type\ChoiceType;use Symfony\Component\Form\Extension\Core\Type\TextareaType;class ContactFormType extends AbstractType{|
FatalError
|
|---|
Symfony\Component\ErrorHandler\Error\FatalError: Compile Error: Cannot use Symfony\Component\Form\Extension\Core\Type\ChoiceType as ChoiceType because the name is already in use at /home/cimefinternation/public_html/src/Form/ContactFormType.php:21 |